Skip to content

Commit

Permalink
add default nextjs address to stateful
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 10, 2020
1 parent b6420b0 commit e86d3e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/sanctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
|
*/

'stateful' => explode(',', env('SANCTUM_STATEFUL_DOMAINS', 'localhost,127.0.0.1,127.0.0.1:8000,::1')),
'stateful' => explode(',', env(
'SANCTUM_STATEFUL_DOMAINS',
'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1'
)),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit e86d3e0

Please sign in to comment.