Update: 2026-05-15 15:44:31

This commit is contained in:
Hamza-Ayed
2026-05-15 15:44:31 +03:00
parent 9ecc03adb1
commit ee2ea3a111
3 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ error_log("Router: Resolved route '{$route}'");
// Route map: route => [allowed_method, module_file]
$routes = [
'verify' => ['GET', 'invoices/verify_public.php'],
'v1/auth/login' => ['POST', 'auth/login.php'],
'v1/auth/refresh' => ['POST', 'auth/refresh.php'],
'v1/auth/logout' => ['POST', 'auth/logout.php'],