kphcdr hace 1 año
padre
commit
b58eb828c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/cors.php

+ 1 - 1
config/cors.php

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