Update: 2026-05-03 21:37:02

This commit is contained in:
Hamza-Ayed
2026-05-03 21:37:02 +03:00
parent ff8f525c76
commit e1d4917369
3 changed files with 52 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ $routes = [
'v1/auth/refresh' => ['POST', 'auth/refresh.php'],
'v1/auth/logout' => ['POST', 'auth/logout.php'],
'v1/users' => ['GET', 'users/index.php'],
'v1/dashboard/stats' => ['GET', 'dashboard/stats.php'],
];
if (isset($routes[$route])) {