feat: hook up the front end with the production API

This commit is contained in:
sBubshait 2025-07-21 14:55:14 +03:00
parent 7e4e1a902e
commit 960aa996fb

View File

@ -1,10 +1,10 @@
class ApiConstants {
static const String baseUrl = 'http://localhost:8080';
static const String baseUrl = 'https://api.wesal.online';
// Auth endpoints
static const String loginEndpoint = '/login';
// User endpoints
static const String getUserEndpoint = '/getUser';
static const String updateUserEndpoint = '/updateUser';
}
}