This commit is contained in:
2026-02-03 17:11:41 +01:00
parent 591127b5b6
commit 7f64c80b77
3 changed files with 3 additions and 6 deletions
+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