Update: 2026-05-08 01:59:25

This commit is contained in:
Hamza-Ayed
2026-05-08 01:59:25 +03:00
parent 7528ec992d
commit 1cd511f12e
9 changed files with 507 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ $routes = [
'v1/audit-log' => ['GET', 'audit/index.php'],
'v1/notifications' => ['GET', 'notifications/index.php'],
'v1/notifications/read' => ['POST', 'notifications/read.php'],
'v1/referral/my-code' => ['GET', 'referral/my_code.php'],
'v1/companies/stats' => ['GET', 'companies/stats.php'],
'v1/companies/connect' => ['POST', 'companies/connect_jofotara.php'],
'v1/dashboard/stats' => ['GET', 'dashboard/stats.php'],