fix: remove logs and change route
This commit is contained in:
parent
c7d56c8110
commit
2f0ca0ab26
2 changed files with 3 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue