Skip to content

Commit ef237d6

Browse files
jatindersingh93TimCsaky
authored andcommitted
Apply code review suggestion
1 parent a954899 commit ef237d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/routes/v1/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ router.use(checkAppMode);
99
router.use(requireSomeAuth);
1010

1111
/** Search for users */
12-
router.get('/', checkS3BasicAccess, userValidator.searchUsers, (req, res, next) => {
12+
router.get('/', userValidator.searchUsers, checkS3BasicAccess, (req, res, next) => {
1313
userController.searchUsers(req, res, next);
1414
});
1515

0 commit comments

Comments
 (0)