fix: typo in the base API URL

This commit is contained in:
sBubshait 2025-08-05 11:20:06 +03:00
parent b2b4723bf0
commit cf5a15fa8c

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