add category banner image
This commit is contained in:
parent
7581185aeb
commit
4fcaea7686
@ -31,7 +31,7 @@ router
|
||||
.get(isAuthenticatedUser, authorizeRoles("admin"), getAllUser);
|
||||
router
|
||||
.route("/admin/user/:id")
|
||||
.get(isAuthenticatedUser, authorizeRoles("admin"), getSingleUser)
|
||||
.get(isAuthenticatedUser, authorizeRoles("admin"), getSingleUser);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user