Update: 2026-05-04 21:34:28

This commit is contained in:
Hamza-Ayed
2026-05-04 21:34:28 +03:00
parent e5f8d8151d
commit 75f969f821
3 changed files with 122 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ $routes = [
'v1/dashboard/stats' => ['GET', 'dashboard/stats.php'],
'v1/tenants' => ['GET', 'tenants/index.php'],
'v1/tenants/create' => ['POST', 'tenants/create.php'],
'v1/tenants/update' => ['POST', 'tenants/update.php'],
];
if (isset($routes[$route])) {