From 2ca74dd80ea2229e789c8c53d6062c4de7452649 Mon Sep 17 00:00:00 2001 From: boban Date: Sun, 19 Apr 2026 00:58:15 +0200 Subject: [PATCH] Fix: APP_API_URL for version check --- src/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/app.php b/src/config/app.php index 490270d..c4b9bf0 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -53,7 +53,7 @@ return [ */ 'url' => env('APP_URL', 'http://localhost'), - 'api_url' => env('APP_CONNECT_URL', 'http://localhost'), + 'api_url' => env('APP_API_URL', 'http://localhost'), /* |--------------------------------------------------------------------------