fix: change photos path
This commit is contained in:
parent
c221437618
commit
c7d56c8110
6 changed files with 42 additions and 50 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/cardphotos', updateIdCardData)
|
||||
router.patch('/:id/dataphotos', updateIdCardData)
|
||||
|
||||
module.exports = router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue