cancell request route added
This commit is contained in:
@@ -43,6 +43,7 @@ router.delete('/bank-card/:id', bankAccount.deleteCard)
|
||||
/// ///////////////// Withdraw request
|
||||
router.post('/withdraw', withdraw.createRequest)
|
||||
router.get('/withdraw', withdraw.getAllForUser)
|
||||
router.delete('/withdraw', withdraw.cancellRequest)
|
||||
|
||||
/// //////////////// Installed device
|
||||
router.post('/register-device', installedDevice.deviceRegistration)
|
||||
|
||||
Reference in New Issue
Block a user