fix: added production url for initiating IMPS

This commit is contained in:
2025-09-11 22:52:09 +05:30
parent f1a1ffa817
commit 2a0ef55725

View File

@@ -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: {