Skip to content

Commit

Permalink
feat/#146 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
DungNguyen2003 authored and nc-minh committed Apr 17, 2023
1 parent 591ca09 commit d4cec02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/v1/user/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ router.post(
);

router.get('/', authMiddleware, adminMiddleware, asyncRouteHandler(controller.getUsers));
router.get('/email', authMiddleware, adminMiddleware, asyncRouteHandler(controller.getUserByEmail));

router.get('/email', authMiddleware, adminMiddleware, asyncRouteHandler(controller.getUserByEmail));

Expand Down

0 comments on commit d4cec02

Please sign in to comment.