From 780f6f3ed7e8babcf8e1e575c57df2349361ef8a Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 29 Oct 2022 03:48:32 -0400 Subject: [PATCH] Whitelist these --- config/cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.