diff --git a/plugin/index.js b/plugin/index.js index 63297ac..13e9b65 100644 --- a/plugin/index.js +++ b/plugin/index.js @@ -12,7 +12,7 @@ router.post('/route', (req, res) => { const qe = req.body.qe let respbuf = '' if (qe.DESTADDR === '123') - respbuf = Buffer.from('ROUTE = out') + respbuf = Buffer.from('route = out') res.send(respbuf) })