Update: 2026-05-05 00:01:17
This commit is contained in:
@@ -38,6 +38,10 @@ $routes = [
|
||||
'v1/tenants/create' => ['POST', 'tenants/create.php'],
|
||||
'v1/tenants/update' => ['POST', 'tenants/update.php'],
|
||||
'v1/tenants/stats' => ['GET', 'tenants/stats.php'],
|
||||
'v1/subscriptions/plans' => ['GET', 'subscriptions/plans.php'],
|
||||
'v1/subscriptions/current' => ['GET', 'subscriptions/current.php'],
|
||||
'v1/subscriptions/assign' => ['POST', 'subscriptions/assign.php'],
|
||||
'v1/subscriptions/usage' => ['GET', 'subscriptions/usage.php'],
|
||||
];
|
||||
|
||||
if (isset($routes[$route])) {
|
||||
|
||||
Reference in New Issue
Block a user