From 11467be6b95566d682bac87d445f890c86f98f72 Mon Sep 17 00:00:00 2001 From: Lijo George Date: Thu, 16 Nov 2023 12:15:24 +0530 Subject: [PATCH] #213 remove back slach from 'create invididual' function calling remove back slach from 'create invididual' function calling --- lib/app/modules/register/controllers/register_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/modules/register/controllers/register_controller.dart b/lib/app/modules/register/controllers/register_controller.dart index 34e4dc4..b230c42 100644 --- a/lib/app/modules/register/controllers/register_controller.dart +++ b/lib/app/modules/register/controllers/register_controller.dart @@ -214,7 +214,7 @@ class RegisterController extends BaseController { } else { var response = await platform.invokeMethod('CreateIndividual', { "apiKey": PrivacyDashboard().apiKey, - "baseUrl": "${PrivacyDashboard().baseUrl}/" + "baseUrl": PrivacyDashboard().baseUrl }); Map responseMap = json.decode(response);