feat: add nil UUID to match new machine pairing logic
This commit is contained in:
parent
eb18440320
commit
16513a8238
3 changed files with 4 additions and 3 deletions
|
|
@ -66,4 +66,4 @@ router.post('/', postTx)
|
|||
router.get('/:id', getTx)
|
||||
router.get('/', getPhoneTx)
|
||||
|
||||
module.exports = router
|
||||
module.exports = { postTx, getTx, getPhoneTx, router }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue