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