Update: 2026-05-04 02:18:52

This commit is contained in:
Hamza-Ayed
2026-05-04 02:18:52 +03:00
parent 3ff2d8d8e1
commit c6040b3b85
4 changed files with 240 additions and 241 deletions

View File

@@ -26,6 +26,8 @@ $routes = [
'v1/companies/create' => ['POST', 'companies/create.php'],
'v1/companies/delete' => ['POST', 'companies/delete.php'],
'v1/invoices' => ['GET', 'invoices/index.php'],
'v1/invoices/view' => ['GET', 'invoices/view.php'],
'v1/invoices/file' => ['GET', 'invoices/file.php'],
'v1/invoices/upload' => ['POST', 'invoices/upload.php'],
'v1/dashboard/stats' => ['GET', 'dashboard/stats.php'],
'v1/tenants' => ['GET', 'tenants/index.php'],