fix: change photos path

This commit is contained in:
José Oliveira 2021-06-10 18:52:58 +01:00 committed by Josh Harvey
parent c221437618
commit c7d56c8110
6 changed files with 42 additions and 50 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/cardphotos', updateIdCardData)
router.patch('/:id/dataphotos', updateIdCardData)
module.exports = router