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

View File

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