Skip to content

Commit e2455a3

Browse files
authored
Merge pull request #187 from Team-HMH/fix/#186-get-user-info-url-error
fix - #186 유저 정보 불러오기 url 수정
2 parents c03f2d1 + b838666 commit e2455a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/sopt/org/hmh/domain/user/controller/UserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public ResponseEntity<BaseResponse<EmptyJsonResponse>> orderLogout() {
3838
.body(BaseResponse.success(UserSuccess.LOGOUT_SUCCESS, new EmptyJsonResponse()));
3939
}
4040

41-
@GetMapping
41+
@GetMapping("/v1/user")
4242
@Override
4343
public ResponseEntity<BaseResponse<UserInfoResponse>> orderGetUserInfo(@UserId final Long userId) {
4444
return ResponseEntity

0 commit comments

Comments
 (0)