fixing notification

This commit is contained in:
2026-01-07 16:09:53 +07:00
parent 2a25339478
commit cecdc09719
4 changed files with 9 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ router
.get(verifyToken.verifyAccessToken, NotificationErrorController.getById)
.put(
verifyToken.verifyAccessToken,
verifyAccess(),
// verifyAccess(),
NotificationErrorController.update
);