update
This commit is contained in:
@@ -22,4 +22,7 @@ $routes->group('api', function($routes) {
|
||||
|
||||
// Standard CRUD via DhivaRoutes (Keep for compatibility)
|
||||
DhivaRoutes::Route($routes, 'user', 'SuperUserController');
|
||||
});
|
||||
});
|
||||
|
||||
// Catch all OPTIONS requests for CORS preflight
|
||||
$routes->options('(:any)', function () {});
|
||||
Reference in New Issue
Block a user