Skip to content

Commit

Permalink
#229 [feat] version add
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjeongs committed Oct 23, 2023
1 parent 1f29580 commit c73f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/userRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ const router: Router = Router();
//* 닉네임 중복 검사 POST /user/duplicate
router.post("/duplicate", userController.postDuplicateNickname);
//* 유저 업데이트 버전 확인하기 GET /user/version
router.get("/version", auth, userController.getUserVersion)
router.get("/v1/version", auth, userController.getUserVersion)

export default router;

0 comments on commit c73f692

Please sign in to comment.