Whitelist these
This commit is contained in:
parent
eb11ef5729
commit
780f6f3ed7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ return [
|
|||
* You can enable CORS for 1 or multiple paths.
|
||||
* Example: ['api/*']
|
||||
*/
|
||||
'paths' => ['/api/client', '/api/application', '/api/client/*', '/api/application/*'],
|
||||
'paths' => ['/api/client', '/api/application', '/api/client/*', '/api/application/*', '/api/servers', '/api/system'],
|
||||
|
||||
/*
|
||||
* Matches the request method. `['*']` allows all methods.
|
||||
|
|
Loading…
Reference in a new issue