fix: update API url to the production url

This commit is contained in:
sBubshait 2025-07-23 15:13:01 +03:00
parent 92026f71e2
commit 638ce4ee30

View File

@ -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';