This commit is contained in:
2026-01-31 18:09:54 +01:00
parent a64146e227
commit 8c1171846d
+2 -2
View File
@@ -17,9 +17,9 @@ return [
'paths' => ['api/*', 'sanctum/csrf-cookie'],
'allowed_methods' => ['GET'],
'allowed_methods' => ['*'],
'allowed_origins' => ['http://localhost:5173'],
'allowed_origins' => ['*'],
'allowed_origins_patterns' => [],