Skip to content

Commit

Permalink
refactor: (#539) 필드 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
aiaiaiai1 committed Sep 11, 2023
1 parent 966b4f3 commit e72f05b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

@Schema(description = "게시글 랭킹 정보 응답")
public record PostRankingResponse(
@Schema(description = "게시글 정보")
PostCompactResponse postCompactResponse,

@Schema(description = "게시글 랭킹", example = "1")
int ranking
int ranking,

@Schema(description = "게시글 정보")
PostCompactResponse postCompactResponse
) {
}

0 comments on commit e72f05b

Please sign in to comment.