Update: 2026-05-04 01:46:58

This commit is contained in:
Hamza-Ayed
2026-05-04 01:46:58 +03:00
parent 90f2f6f6e3
commit 08106ac4ea
3 changed files with 322 additions and 257 deletions

View File

@@ -24,6 +24,7 @@ $routes = [
'v1/users/delete' => ['POST', 'users/delete.php'],
'v1/companies' => ['GET', 'companies/index.php'],
'v1/companies/create' => ['POST', 'companies/create.php'],
'v1/invoices' => ['GET', 'invoices/index.php'],
'v1/invoices/upload' => ['POST', 'invoices/upload.php'],
'v1/dashboard/stats' => ['GET', 'dashboard/stats.php'],
'v1/tenants' => ['GET', 'tenants/index.php'],