Update: 2026-05-04 21:54:02

This commit is contained in:
Hamza-Ayed
2026-05-04 21:54:02 +03:00
parent 3d21444d1f
commit 6b940fc4b1
5 changed files with 200 additions and 40 deletions

View File

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