kphcdr 1 year ago
parent
commit
fa526ffbed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/cors.php

+ 2 - 2
config/cors.php

@@ -15,7 +15,7 @@ return [
     |
     */
 
-    'paths' => ['*'],
+    'paths' => ['api/*'],
 
     'allowed_methods' => ['*'],
 
@@ -29,6 +29,6 @@ return [
 
     'max_age' => 0,
 
-    'supports_credentials' => true,
+    'supports_credentials' => false,
 
 ];