chore: use same standard as other routes

This commit is contained in:
Rafael Taranto 2025-07-20 13:12:16 +01:00
parent dfe512895a
commit d3a2559429
2 changed files with 2 additions and 2 deletions

View file

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