cancell request route added

This commit is contained in:
morteza-mortezai
2025-12-01 20:38:32 +03:30
parent 176998476d
commit 8b65385bfe
2 changed files with 28 additions and 1 deletions
+1
View File
@@ -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)