Merge pull request #194 from shocknet/lnd-rpc-post

Lnd rpc post
This commit is contained in:
Daniel Lugo 2020-09-10 20:19:44 -04:00 committed by GitHub
commit cd6ba4bd27

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 { lightning } = LightningServices.services
const { methodName } = req.params const { methodName } = req.params
const args = req.body const args = req.body