diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app.php b/config/app.php index 4c231b4..80f4e07 100644 --- a/config/app.php +++ b/config/app.php @@ -56,6 +56,7 @@ return [ */ 'url' => env('APP_URL', 'http://localhost'), + 'api_root' => env('API_ROOT', 'http://127.0.0.1:3000'), 'asset_url' => env('ASSET_URL'), |