faq like dislike, content bytes

This commit is contained in:
jayesh
2024-04-11 18:53:14 +05:30
parent 486ed2ae96
commit cc08510485
13 changed files with 841 additions and 304 deletions

View File

@@ -26,6 +26,7 @@ class ApiUrls {
//FAQ API
static String faqApi = "${base}getFaq";
static String faqLikeDislikeApi = "${base}userFaqLikeDislike";
//RISK PROFILE API
static String getRiskProfileQuestionAnswerApi = "${base}riskProfileQueAns";