post instead of get

This commit is contained in:
Daniel Lugo 2020-09-10 20:15:46 -04:00
parent a598a8d13a
commit c03e1478b4

View file

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