Skip to content

Commit

Permalink
name change endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobc2700 committed Jun 12, 2024
1 parent 38a48e1 commit db3c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/auth/auth-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit db3c351

Please sign in to comment.