Whitelist these

This commit is contained in:
Lance Pioch 2022-10-29 03:48:32 -04:00
parent eb11ef5729
commit 780f6f3ed7

View file

@ -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.