Skip to content

Commit

Permalink
Pushed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydan Pirani committed Jul 21, 2024
1 parent 971dc28 commit 0a66077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/registration/registration-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ registrationRouter.get("/", RoleChecker([]), async (req, res, next) => {
});

// Get attendees based on a partial filter in body
registrationRouter.get(
registrationRouter.post(
"/filter",
RoleChecker([Role.Enum.STAFF, Role.Enum.CORPORATE]),
async (req, res, next) => {
Expand Down

0 comments on commit 0a66077

Please sign in to comment.