dattype
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class ApiConstants {
|
||||
static const baseUrl = 'http://localhost:9292';
|
||||
// USER AUTH API'S //
|
||||
static const loginEndpoint = "$baseUrl/token/session";
|
||||
static const getOtpEndpoint = "$baseUrl/token/user/send_email";
|
||||
@@ -23,4 +22,6 @@ class ApiConstants {
|
||||
static const uploadSystemParamImg = '$baseUrl/api/logos/upload?ref=test';
|
||||
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
|
||||
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
|
||||
|
||||
static const baseUrl = 'http://localhost:9292';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user