diff options
Diffstat (limited to 'config/app.php')
-rw-r--r-- | config/app.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 905c302..b184e1d 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,6 @@ return [ 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), - 'api_root' => env('API_ROOT', 'http://localhost:3000'), 'asset_url' => env('ASSET_URL'), 'timezone' => 'UTC', |