fix: changed url for NEFT on CBS end

This commit is contained in:
2025-09-19 11:53:37 +05:30
parent a81e26fa9f
commit 184a760cd5

View File

@@ -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,