Skip to content

Commit

Permalink
Remove api prefix from cors paths (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics authored Jun 13, 2021
1 parent 92ebe9b commit a03845d
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 @@ -15,7 +15,7 @@
|
*/

'paths' => ['api/*', 'sanctum/csrf-cookie'],
'paths' => ['*', 'sanctum/csrf-cookie'],

'allowed_methods' => ['*'],

Expand Down

0 comments on commit a03845d

Please sign in to comment.