Fix: APP_API_URL for version check
parent
7c4884c1a0
commit
2ca74dd80e
|
|
@ -53,7 +53,7 @@ return [
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'url' => env('APP_URL', 'http://localhost'),
|
'url' => env('APP_URL', 'http://localhost'),
|
||||||
'api_url' => env('APP_CONNECT_URL', 'http://localhost'),
|
'api_url' => env('APP_API_URL', 'http://localhost'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue