Update: 2026-05-08 01:52:24
This commit is contained in:
@@ -49,6 +49,7 @@ $routes = [
|
||||
'v1/tenants' => ['GET', 'tenants/index.php'],
|
||||
'v1/tenants/create' => ['POST', 'tenants/create.php'],
|
||||
'v1/tenants/update' => ['POST', 'tenants/update.php'],
|
||||
'v1/tenants/delete' => ['POST', 'tenants/delete.php'],
|
||||
'v1/tenants/stats' => ['GET', 'tenants/stats.php'],
|
||||
'v1/subscriptions/plans' => ['GET', 'subscriptions/plans.php'],
|
||||
'v1/subscriptions/current' => ['GET', 'subscriptions/current.php'],
|
||||
|
||||
Reference in New Issue
Block a user