Skip to content

Commit

Permalink
Feature/91 ๐Ÿ“ API ๋ช…์„ธ ์ž‘์„ฑ (#123)
Browse files Browse the repository at this point in the history
* โ™ป๏ธ [Refactor] ํšŒ์›๊ฐ€์ž… ์‹œ, ์ฃผ์†Œ ์ง์ ‘ ์ž…๋ ฅ ์‚ญ์ œ

* ๐Ÿ› [Fix] ํšŒ์›๊ฐ€์ž… ์‹œ, birth๊ฐ€ Null๋กœ ์ €์žฅ๋˜๋Š” ์—๋Ÿฌ ํ•ด๊ฒฐ

* ๐ŸŽจ ํŒŒ์ผ๋ช… ์ „๋‹ฌํ•˜์ง€ ์•Š๊ฒŒ ์žฌ๋ณ€๊ฒฝ

* ๐ŸŽจ ํšŒ์›๊ฐ€์ž… ์‹œ image ์ œ๊ฑฐ, ์Œ๋ฃŒ ์นดํ…Œ๊ณ ๋ฆฌ ์ด๋ฏธ์ง€ ์ „๋‹ฌ ์ถ”๊ฐ€

* โœจ ์‚ฌ์šฉ์ž ์„ ํ˜ธ ์Œ๋ฃŒ ์นดํ…Œ๊ณ ๋ฆฌ ์กฐํšŒ API

* ๐Ÿ“ API ๋ช…์„ธ ์ž‘์„ฑ
  • Loading branch information
HyoBN authored Sep 12, 2023
1 parent e08112b commit 106536d
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 106536d

Please sign in to comment.