fixing verify access

This commit is contained in:
2026-01-08 12:16:16 +07:00
parent a4d8d55dbf
commit 4d2c18edfb
3 changed files with 26 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ router.route("/")
.get(verifyToken.verifyAccessToken, NotificationErrorLogController.getAll)
.post(
verifyToken.verifyAccessToken,
// verifyAccess(),
verifyAccess(),
NotificationErrorLogController.create);
router.route("/:id")