Upgrade Laravel to 10.0.0
This commit is contained in:
@ -15,7 +15,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'paths' => ['api/*'],
|
||||
'paths' => ['api/*', 'sanctum/csrf-cookie'],
|
||||
|
||||
'allowed_methods' => ['*'],
|
||||
|
||||
@ -31,4 +31,4 @@ return [
|
||||
|
||||
'supports_credentials' => false,
|
||||
|
||||
];
|
||||
];
|
Reference in New Issue
Block a user