Skip to content

Commit

Permalink
🐛 [fix] 디버깅
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Aug 3, 2024
1 parent 76adbf8 commit ba44ab7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public ApiResponse<String> blindMember() {
@Operation(summary = "회원 조회하는 API 입니다.", description = "API for looking up member")
@GetMapping("/profile")
public ApiResponse<MemberResponse.myProfileMemberDTO> getBlockList() {
System.out.println("PROFILE : ");
Long memberId = JWTUtil.getCurrentUserId();

Member myProfile = profileService.findMember(memberId);
Expand Down

0 comments on commit ba44ab7

Please sign in to comment.