fix: added production url for initiating IMPS
This commit is contained in:
@@ -25,7 +25,7 @@ async function send(
|
|||||||
stRemarks: remarks,
|
stRemarks: remarks,
|
||||||
};
|
};
|
||||||
const response = await axios.post(
|
const response = await axios.post(
|
||||||
'http://localhost:6768/kccb/api/IMPS/Producer',
|
'http://192.168.1.39:6768/kccb/api/IMPS/Producer',
|
||||||
reqData,
|
reqData,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user