feat: updated endpoints in UI
This commit is contained in:
parent
f580d51f0f
commit
a637ea6501
@ -1,8 +1,12 @@
|
|||||||
class ApiConstants {
|
class ApiConstants {
|
||||||
static const String baseUrl = 'https://api.wesal.online';
|
static const String baseUrl = 'http://localhost:8080';
|
||||||
|
|
||||||
// Auth endpoints
|
// Auth endpoints
|
||||||
static const String loginEndpoint = '/login';
|
static const String loginEndpoint = '/login';
|
||||||
|
static const String registerEndpoint = '/register';
|
||||||
|
static const String checkInvitationEndpoint = '/checkInvitation';
|
||||||
|
static const String createInvitationCodeEndpoint =
|
||||||
|
'/admin/createInvitationCode';
|
||||||
|
|
||||||
// User endpoints
|
// User endpoints
|
||||||
static const String getUserEndpoint = '/getUser';
|
static const String getUserEndpoint = '/getUser';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user