delete: api is ready & not read

This commit is contained in:
2025-12-18 13:04:57 +07:00
parent dd5e1cc713
commit 5e7de6d144
4 changed files with 12 additions and 269 deletions

View File

@@ -9,14 +9,6 @@ router
.route('/')
.get(verifyToken.verifyAccessToken,verifyAccess(), NotificationErrorController.getAll)
router
.route('/read')
.get(verifyToken.verifyAccessToken,verifyAccess(), NotificationErrorController.getAllIsRead)
router
.route('/not-ready')
.get(verifyToken.verifyAccessToken,verifyAccess(), NotificationErrorController.getAllIsNotRead)
router
.route('/')
.post(verifyToken.verifyAccessToken,verifyAccess(), NotificationErrorController.create)