Skip to content

Commit

Permalink
fix - #186 유저 정보 불러오기 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kseysh committed Aug 2, 2024
1 parent c03f2d1 commit b838666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public ResponseEntity<BaseResponse<EmptyJsonResponse>> orderLogout() {
.body(BaseResponse.success(UserSuccess.LOGOUT_SUCCESS, new EmptyJsonResponse()));
}

@GetMapping
@GetMapping("/v1/user")
@Override
public ResponseEntity<BaseResponse<UserInfoResponse>> orderGetUserInfo(@UserId final Long userId) {
return ResponseEntity
Expand Down

0 comments on commit b838666

Please sign in to comment.