feat: add nil UUID to match new machine pairing logic

This commit is contained in:
Sérgio Salgado 2021-10-05 14:46:21 +01:00
parent eb18440320
commit 16513a8238
3 changed files with 4 additions and 3 deletions

View file

@ -66,4 +66,4 @@ router.post('/', postTx)
router.get('/:id', getTx)
router.get('/', getPhoneTx)
module.exports = router
module.exports = { postTx, getTx, getPhoneTx, router }