Update default API root

This commit is contained in:
Frankie B 2023-07-28 23:41:25 +01:00
parent 026b547bf3
commit 82805a474d
No known key found for this signature in database

View file

@ -57,7 +57,7 @@
*/
'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'),