Skip to content

Commit

Permalink
Sanctum導入に伴うCORSの設定変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoya0819 committed Aug 29, 2024
1 parent ee65ebb commit 210879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

'max_age' => 0,

'supports_credentials' => false,
'supports_credentials' => true,

];

0 comments on commit 210879f

Please sign in to comment.