fixing redirect token wa

This commit is contained in:
2025-12-22 17:23:22 +07:00
parent c9dba276bb
commit 37185a9fbc
2 changed files with 3 additions and 2 deletions

View File

@@ -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;