This commit is contained in:
2026-02-03 17:14:32 +01:00
parent 7f64c80b77
commit ae5a159d31
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ return [
'allowed_methods' => ['*'],
'allowed_origins' => ['http://localhost:5173'],
'allowed_origins' => ['*'],
'allowed_origins_patterns' => [],
+2 -2
View File
@@ -16,12 +16,12 @@ return [
*/
'stateful' => explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf(
'%s,%s',
'%s%s',
'localhost,localhost:5173,127.0.0.1,127.0.0.1:8000,::1',
Sanctum::currentApplicationUrlWithPort(),
// Sanctum::currentRequestHost(),
))),
/*
|--------------------------------------------------------------------------
| Sanctum Guards