feat: updated baseURL of API to production

This commit is contained in:
sBubshait 2025-08-07 04:16:30 +03:00
parent a637ea6501
commit 766a2d8f28

View File

@ -1,5 +1,5 @@
class ApiConstants { class ApiConstants {
static const String baseUrl = 'http://localhost:8080'; static const String baseUrl = 'https://api.wesal.online';
// Auth endpoints // Auth endpoints
static const String loginEndpoint = '/login'; static const String loginEndpoint = '/login';