fixing redirect token wa
This commit is contained in:
@@ -15,7 +15,7 @@ router
|
||||
|
||||
router
|
||||
.route('/:id')
|
||||
.get(verifyToken.verifyAccessToken, verifyAccess(), NotificationErrorController.getById)
|
||||
.get(verifyToken.verifyAccessToken, NotificationErrorController.getById)
|
||||
.put(verifyToken.verifyAccessToken, verifyAccess(), NotificationErrorController.update)
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user