From fa238b32344f5442d585e160d3ea150e4481d3d1 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 21 Aug 2020 14:23:40 -0400 Subject: [PATCH] typo --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index e1d63bfa..d008cc66 100644 --- a/src/routes.js +++ b/src/routes.js @@ -1163,7 +1163,7 @@ module.exports = async ( }) }) - app.post('api/lnd/unifiedTrx', async (req, res) => { + app.post('/api/lnd/unifiedTrx', async (req, res) => { try { const { type, amt, to, memo, feeLimit } = req.body