chore: use same standard as other routes
This commit is contained in:
parent
dfe512895a
commit
d3a2559429
2 changed files with 2 additions and 2 deletions
|
|
@ -86,4 +86,4 @@ router.post('/', postTx)
|
|||
router.get('/:id', getTx)
|
||||
router.get('/', getPhoneOrEmailTx)
|
||||
|
||||
module.exports = { router }
|
||||
module.exports = router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue