diff --git a/src/services/auth/auth-router.ts b/src/services/auth/auth-router.ts index 5d2662a..5f84a83 100644 --- a/src/services/auth/auth-router.ts +++ b/src/services/auth/auth-router.ts @@ -141,7 +141,7 @@ authRouter.get("/dev/", (req, res) => { // Get a list of people by role (staff only endpoint) authRouter.get( - "/get/:ROLE", + "/:ROLE", RoleChecker([Role.Enum.STAFF]), async (req, res, next) => { try {