add: reader in notification detail & update notification
This commit is contained in:
@@ -16,5 +16,6 @@ router
|
||||
router
|
||||
.route('/:id')
|
||||
.get(verifyToken.verifyAccessToken, verifyAccess(), NotificationErrorController.getById)
|
||||
.put(verifyToken.verifyAccessToken, verifyAccess(), NotificationErrorController.update)
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user