From 766a2d8f287e6f4ddf72fb42f4ab67a266ee2e75 Mon Sep 17 00:00:00 2001 From: sBubshait Date: Thu, 7 Aug 2025 04:16:30 +0300 Subject: [PATCH] feat: updated baseURL of API to production --- 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 6081edc..bea6420 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';