feat: hook up the front end with the production API
This commit is contained in:
parent
7e4e1a902e
commit
960aa996fb
@ -1,5 +1,5 @@
|
|||||||
class ApiConstants {
|
class ApiConstants {
|
||||||
static const String baseUrl = 'http://localhost:8080';
|
static const String baseUrl = 'https://api.wesal.online';
|
||||||
|
|
||||||
// Auth endpoints
|
// Auth endpoints
|
||||||
static const String loginEndpoint = '/login';
|
static const String loginEndpoint = '/login';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user