feat: clean sanctum

This commit is contained in:
2026-05-22 16:57:09 +02:00
parent 055ebbf658
commit 6f619a8184
3 changed files with 5 additions and 10 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ return [
|
*/
'paths' => ['api/*', 'sanctum/csrf-cookie'],
'paths' => ['api/*'],
'allowed_methods' => ['*'],
@@ -29,6 +29,6 @@ return [
'max_age' => 0,
'supports_credentials' => true,
'supports_credentials' => false,
];