Skip to content

Commit

Permalink
📝 API 명세 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoBN committed Sep 12, 2023
1 parent 6980201 commit 696fdad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public ResponseDto<MemberResponseDto.MemberProfileDto> showMyProfile(@AuthMember
}

// 내 선호 음료 조회
@Operation(summary = "[figma 더보기 - 즐겨마시는 음료 종류 1] 유저 선호 카테고리 조회 API ✔️", description = "유저 선호 카테고리 조회 API입니다.")
@Parameters({
@Parameter(name = "member", hidden = true),
})
Expand Down

0 comments on commit 696fdad

Please sign in to comment.