post instead of get
This commit is contained in:
parent
a598a8d13a
commit
c03e1478b4
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 { methodName } = req.params
|
||||
const args = req.body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue