diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-28 23:41:25 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-07-29 18:10:50 +0100 |
commit | 36227c9b6e3ad051d373061fad58d86f71e2541c (patch) | |
tree | a33a7f0c5e0318af3d9e0ad977af3df6a21effec /config | |
parent | 8e81858470c2b09e22b383e14ee5439cfc4e6e53 (diff) |
Update default API root
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 6775bbc..e78ac1a 100644 --- a/config/app.php +++ b/config/app.php @@ -57,7 +57,7 @@ return [ */ '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'), |