Skip to content

Commit

Permalink
feat: disable cors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 28, 2022
1 parent b57f4c1 commit ea48bcc
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 ea48bcc

Please sign in to comment.