typo
This commit is contained in:
parent
f17102de9e
commit
fa238b3234
1 changed files with 1 additions and 1 deletions
|
|
@ -1163,7 +1163,7 @@ module.exports = async (
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
app.post('api/lnd/unifiedTrx', async (req, res) => {
|
app.post('/api/lnd/unifiedTrx', async (req, res) => {
|
||||||
try {
|
try {
|
||||||
const { type, amt, to, memo, feeLimit } = req.body
|
const { type, amt, to, memo, feeLimit } = req.body
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue