diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-02 02:01:54 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-02 02:01:54 +0100 |
commit | 63ab693d87ff0441bdce406aef509b6a1c224799 (patch) | |
tree | 51a7f11774672dcc04d122c2747c8bbdda1c4441 /config | |
parent | 7884f44391d4e239a881d373d3f55ea295a9f00c (diff) |
feat: update lastfm & weather to use internal API
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'), |