Skip to content

Commit

Permalink
Update PostDetailResponse.java
Browse files Browse the repository at this point in the history
  • Loading branch information
minjo-on committed Dec 9, 2024
1 parent b6fb17a commit 72e399c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public record PostDetailResponse(

@Schema(description = "다음 게시글 정보",
example = "{\"id\": 3, "
+ "\"title\": \"이전 게시글 제목\"}",
+ "\"title\": \"다음 게시글 제목\"}",
requiredMode = REQUIRED, nullable = true)
PostTitleResponse nextPost

Expand Down

0 comments on commit 72e399c

Please sign in to comment.