feat: updated endpoints in UI
This commit is contained in:
parent
f580d51f0f
commit
a637ea6501
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user