add sanctum cookie endpoint to default cors paths

This commit is contained in:
Taylor Otwell 2020-11-10 14:18:52 -06:00
parent b54ef297b3
commit aa6d366011
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
|
*/
'paths' => ['api/*'],
'paths' => ['api/*', 'sanctum/csrf-cookie'],
'allowed_methods' => ['*'],