Skip to content

Commit

Permalink
Fix CORS after Laravel upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimot24 committed Dec 11, 2024
1 parent 0c61be8 commit 598c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

'allowed_methods' => ['*'],

'allowed_origins' => [],
'allowed_origins' => ['*'],

'allowed_origins_patterns' => [],

Expand Down

0 comments on commit 598c34e

Please sign in to comment.