Skip to content

Commit

Permalink
add auth paths to cors (#10780)
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer authored Jun 25, 2024
1 parent 86be790 commit 0c64cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
|
*/

'paths' => ['api/*', 'sanctum/csrf-cookie', 'graphql', 'admin/graphql'],
'paths' => ['api/*', 'sanctum/csrf-cookie', 'graphql', 'admin/graphql', 'refresh', 'login'],

'allowed_methods' => ['*'],

Expand Down

0 comments on commit 0c64cc4

Please sign in to comment.