Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Sep 13, 2024
1 parent 6c1e117 commit e8a5bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/checkin/checkin-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ checkinRouter.post(
);

checkinRouter.post(
"/main",
"/",
RoleChecker([Role.Enum.ADMIN, Role.Enum.STAFF]),
async (req, res, next) => {
try {
Expand Down

0 comments on commit e8a5bd9

Please sign in to comment.