main
ilhamwara 2025-08-04 09:36:54 +07:00
parent 5587952ae9
commit 15679e928e
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ return [
| |
*/ */
'paths' => ['api/*', 'sanctum/csrf-cookie'], 'paths' => ['api/*', 'sanctum/csrf-cookie','*'],
'allowed_methods' => ['*'], 'allowed_methods' => ['*'],
@ -29,6 +29,6 @@ return [
'max_age' => 0, 'max_age' => 0,
'supports_credentials' => false, 'supports_credentials' => true,
]; ];