added api macros to request
This commit is contained in:
@ -15,7 +15,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'paths' => ['api/*'],
|
||||
'paths' => [env('API_SUBTYPE', 'api') . '/*'],
|
||||
|
||||
'allowed_methods' => ['*'],
|
||||
|
||||
|
Reference in New Issue
Block a user