diff --git a/config/cors.php b/config/cors.php index bf72895e0..99fb9e34e 100644 --- a/config/cors.php +++ b/config/cors.php @@ -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.