Update: 2026-05-03 23:08:56

This commit is contained in:
Hamza-Ayed
2026-05-03 23:08:56 +03:00
parent 87809ac893
commit bef134ea77
6 changed files with 140 additions and 6 deletions

View File

@@ -25,6 +25,8 @@ $routes = [
'v1/companies/create' => ['POST', 'companies/create.php'],
'v1/invoices/upload' => ['POST', 'invoices/upload.php'],
'v1/dashboard/stats' => ['GET', 'dashboard/stats.php'],
'v1/tenants' => ['GET', 'tenants/index.php'],
'v1/tenants/create' => ['POST', 'tenants/create.php'],
];
if (isset($routes[$route])) {