feat: updated endpoints in UI

This commit is contained in:
sBubshait 2025-08-07 04:15:36 +03:00
parent f580d51f0f
commit a637ea6501

View File

@ -1,8 +1,12 @@
class ApiConstants {
static const String baseUrl = 'https://api.wesal.online';
static const String baseUrl = 'http://localhost:8080';
// Auth endpoints
static const String loginEndpoint = '/login';
static const String registerEndpoint = '/register';
static const String checkInvitationEndpoint = '/checkInvitation';
static const String createInvitationCodeEndpoint =
'/admin/createInvitationCode';
// User endpoints
static const String getUserEndpoint = '/getUser';