Skip to content

Commit

Permalink
style: (#80) swaager 명세서 보충
Browse files Browse the repository at this point in the history
  • Loading branch information
aiaiaiai1 committed Jul 26, 2023
1 parent dac3fc5 commit 79fbbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public ResponseEntity<VoteOptionStatisticsResponse> getVoteOptionStatistics(

// TODO: 2023/07/19 응답값 DTO로 변환해주기
@Operation(summary = "투표한 게시글 조회", description = "회원이 투표한 게시글 목록을 최신순으로 조회한다.")
@ApiResponse(responseCode = "200", description = "조회 성공")
@ApiResponse(responseCode = "200", description = "투표한 게시글 조회 성공")
@GetMapping("/votes/me")
public ResponseEntity<List<Post>> getPostsVotedOn(@Auth final Member member) {
final List<Post> postsVotedOn = postService.getPostsVotedOn(member);
Expand Down

0 comments on commit 79fbbcc

Please sign in to comment.