From 638ce4ee30094bbcbe710b9255671014cb5459f7 Mon Sep 17 00:00:00 2001 From: sBubshait Date: Wed, 23 Jul 2025 15:13:01 +0300 Subject: [PATCH] fix: update API url to the production 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';