fix: remove logs and change route

This commit is contained in:
José Oliveira 2021-06-29 09:31:20 +01:00 committed by Josh Harvey
parent c7d56c8110
commit 2f0ca0ab26
2 changed files with 3 additions and 8 deletions

View file

@ -103,6 +103,6 @@ router.patch('/:id', updateCustomer)
router.patch('/:id/sanctions', triggerSanctions)
router.patch('/:id/block', triggerBlock)
router.patch('/:id/suspend', triggerSuspend)
router.patch('/:id/dataphotos', updateIdCardData)
router.patch('/:id/photos/idcarddata', updateIdCardData)
module.exports = router