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

+ 1 - 1
config/cors.php

@@ -15,7 +15,7 @@ return [
     |
     */
 
-    'paths' => ['api/*'],
+    'paths' => ['*'],
 
     'allowed_methods' => ['*'],