fix: changed url for NEFT on CBS end
This commit is contained in:
@@ -16,7 +16,7 @@ async function send(
|
|||||||
const commission = 0;
|
const commission = 0;
|
||||||
try {
|
try {
|
||||||
const response = await axios.post(
|
const response = await axios.post(
|
||||||
'http://localhost:8690/kccb/Neftfundtransfer',
|
'http://localhost:8690/kccb/api/Neftfundtransfer',
|
||||||
{
|
{
|
||||||
stFromAcc: fromAccount,
|
stFromAcc: fromAccount,
|
||||||
stToAcc: toAccount,
|
stToAcc: toAccount,
|
||||||
|
|||||||
Reference in New Issue
Block a user