Update: 2026-05-04 01:46:58
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user