aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php2
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'),