Update: 2026-05-08 01:41:28
This commit is contained in:
@@ -37,7 +37,11 @@ $routes = [
|
||||
'v1/invoices/update' => ['POST', 'invoices/update.php'],
|
||||
'v1/invoices/bulk-approve' => ['POST', 'invoices/bulk_approve.php'],
|
||||
'v1/invoices/export' => ['GET', 'invoices/export.php'],
|
||||
'v1/invoices/check-duplicate' => ['POST', 'invoices/check_duplicate.php'],
|
||||
'v1/reports/tax-summary' => ['GET', 'reports/tax_summary.php'],
|
||||
'v1/audit-log' => ['GET', 'audit/index.php'],
|
||||
'v1/notifications' => ['GET', 'notifications/index.php'],
|
||||
'v1/notifications/read' => ['POST', 'notifications/read.php'],
|
||||
'v1/companies/stats' => ['GET', 'companies/stats.php'],
|
||||
'v1/companies/connect' => ['POST', 'companies/connect_jofotara.php'],
|
||||
'v1/dashboard/stats' => ['GET', 'dashboard/stats.php'],
|
||||
|
||||
Reference in New Issue
Block a user