From 2a0ef557257a29db7fdb54ce032da8713d4df2cc Mon Sep 17 00:00:00 2001 From: asif Date: Thu, 11 Sep 2025 22:52:09 +0530 Subject: [PATCH] fix: added production url for initiating IMPS --- src/controllers/imps.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/imps.controller.js b/src/controllers/imps.controller.js index 7833ad2..5f192a9 100644 --- a/src/controllers/imps.controller.js +++ b/src/controllers/imps.controller.js @@ -25,7 +25,7 @@ async function send( stRemarks: remarks, }; const response = await axios.post( - 'http://localhost:6768/kccb/api/IMPS/Producer', + 'http://192.168.1.39:6768/kccb/api/IMPS/Producer', reqData, { headers: {