fixing notification
This commit is contained in:
@@ -26,7 +26,7 @@ router
|
||||
.get(verifyToken.verifyAccessToken, NotificationErrorController.getById)
|
||||
.put(
|
||||
verifyToken.verifyAccessToken,
|
||||
verifyAccess(),
|
||||
// verifyAccess(),
|
||||
NotificationErrorController.update
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user