From cf5a15fa8c9922c7c08fb6d1adcc4219c07b89e2 Mon Sep 17 00:00:00 2001 From: sBubshait Date: Tue, 5 Aug 2025 11:20:06 +0300 Subject: [PATCH] fix: typo in the base API URL --- frontend/lib/constants/api_constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/constants/api_constants.dart b/frontend/lib/constants/api_constants.dart index e0f177f..93b8cf7 100644 --- a/frontend/lib/constants/api_constants.dart +++ b/frontend/lib/constants/api_constants.dart @@ -1,5 +1,5 @@ class ApiConstants { - static const String baseUrl = 'http://localhost:8080'; + static const String baseUrl = 'https://api.wesal.online'; // Auth endpoints static const String loginEndpoint = '/login';