player id added, content bytes api
This commit is contained in:
@@ -4,7 +4,7 @@ class ApiUrls {
|
||||
static const String pieBase = "https://app.piadvisors.in/";
|
||||
|
||||
//Base URL
|
||||
static const base = "http://192.168.50.82/Trader_circuit/api/";
|
||||
static const base = "http://192.168.50.112/Trader_circuit/api/";
|
||||
|
||||
//send otp
|
||||
static String sendOtp = "${base}sendOTP";
|
||||
@@ -30,4 +30,9 @@ class ApiUrls {
|
||||
//RISK PROFILE API
|
||||
static String getRiskProfileQuestionAnswerApi = "${base}riskProfileQueAns";
|
||||
static String addRiskProfileQuestionAnswerApi = "${base}addUserRiskProfile";
|
||||
|
||||
//CONTENT BYTES API
|
||||
static String getContentBytesCategoriesApi =
|
||||
"${base}getContentByteCategories";
|
||||
static String getContentBytesApi = "${base}getContentBytes";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user