From 674d541d7848519b421217649ce46641ada95799 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Mon, 15 Sep 2025 00:59:13 +0530 Subject: [PATCH] Trying to address the issue of redirect_uri --- src/main/resources/application-test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index e5c014b..9f52712 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -1 +1 @@ -api.baseUrl=https://testcf.hithomelabs.com \ No newline at end of file +api.baseUrl=http://192.168.0.100:5002 \ No newline at end of file -- 2.45.2