|
|
|
@ -26,6 +26,18 @@ class ApiConsts {
|
|
|
|
static String chatMediaImageUploadUrl = chatServerBaseApiUrl + "shared/";
|
|
|
|
static String chatMediaImageUploadUrl = chatServerBaseApiUrl + "shared/";
|
|
|
|
static String chatFavUser = chatServerBaseApiUrl + "FavUser/";
|
|
|
|
static String chatFavUser = chatServerBaseApiUrl + "FavUser/";
|
|
|
|
static String chatUserImages = chatServerBaseUrl + "empservice/api/employee/";
|
|
|
|
static String chatUserImages = chatServerBaseUrl + "empservice/api/employee/";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Brain Marathon Constants
|
|
|
|
|
|
|
|
static String marathonBaseUrl = "https://18.188.181.12/service/";
|
|
|
|
|
|
|
|
static String marathonParticipantLoginUrl = marathonBaseUrl + "api/auth/participantlogin";
|
|
|
|
|
|
|
|
static String marathonProjectGetUrl = marathonBaseUrl + "api/Project/Project_Get";
|
|
|
|
|
|
|
|
static String marathonUpcomingUrl = marathonBaseUrl + "api/marathon/upcoming/";
|
|
|
|
|
|
|
|
static String marathonHubConnectionUrl = marathonBaseUrl + "MarathonBroadCast";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//DummyCards for the UI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static CardContent dummyQuestion = const CardContent();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class SharedPrefsConsts {
|
|
|
|
class SharedPrefsConsts {
|
|
|
|
|