Fix: APP_API_URL for version check

main
boban 2026-04-19 00:58:15 +02:00
parent 7c4884c1a0
commit 2ca74dd80e
1 changed files with 1 additions and 1 deletions

View File

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