commit
cd6ba4bd27
1 changed files with 1 additions and 1 deletions
|
|
@ -2987,7 +2987,7 @@ module.exports = async (
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
ap.get('/api/lnd/cb/:methodName', (req, res) => {
|
ap.post('/api/lnd/cb/:methodName', (req, res) => {
|
||||||
const { lightning } = LightningServices.services
|
const { lightning } = LightningServices.services
|
||||||
const { methodName } = req.params
|
const { methodName } = req.params
|
||||||
const args = req.body
|
const args = req.body
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue