Update: 2026-05-03 21:37:02
This commit is contained in:
@@ -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])) {
|
||||
|
||||
Reference in New Issue
Block a user