feat: updated endpoints

This commit is contained in:
sBubshait 2025-08-07 04:15:10 +03:00
parent 6d30ec88b2
commit f580d51f0f

View File

@ -3,8 +3,6 @@ class ApiConstants {
// Auth endpoints
static const String loginEndpoint = '/login';
static const String registerEndpoint = '/register';
static const String checkInvitationEndpoint = '/checkInvitation';
// User endpoints
static const String getUserEndpoint = '/getUser';