ROUTE => route
This commit is contained in:
parent
d2868b2370
commit
37163b9878
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue