Merge branch 'main' into splash

This commit is contained in:
Raj
2024-04-12 19:35:33 +05:30
committed by GitHub
16 changed files with 1279 additions and 624 deletions

View File

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