Skip to content

Commit

Permalink
Merge pull request #187 from Team-HMH/fix/#186-get-user-info-url-error
Browse files Browse the repository at this point in the history
fix - #186 ์œ ์ € ์ •๋ณด ๋ถˆ๋Ÿฌ์˜ค๊ธฐ url ์ˆ˜์ •
  • Loading branch information
kseysh authored Aug 2, 2024
2 parents c03f2d1 + b838666 commit e2455a3
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 e2455a3

Please sign in to comment.