Skip to content

Commit

Permalink
Merge pull request #146 from ReflectionsProjections/AydanPirani-patch-1
Browse files Browse the repository at this point in the history
Update s3-router.ts
  • Loading branch information
anandani4136 authored Sep 10, 2024
2 parents 2d79ab0 + fa79f1d commit bd01ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/s3/s3-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ s3Router.get(
}
);

s3Router.get(
s3Router.post(
"/download/batch/",
RoleChecker([Role.Enum.STAFF, Role.Enum.CORPORATE], false),
s3ClientMiddleware,
Expand Down

0 comments on commit bd01ef7

Please sign in to comment.