Update default API root
This commit is contained in:
parent
8e81858470
commit
36227c9b6e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
*/
|
||||
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
'api_root' => env('API_ROOT', 'http://127.0.0.1:3000'),
|
||||
'api_root' => env('API_ROOT', 'http://localhost:3000'),
|
||||
|
||||
'asset_url' => env('ASSET_URL'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue