Skip to content

Commit

Permalink
hotfix: dto description 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
letskuku authored Mar 26, 2024
1 parent 9d03da3 commit 9ee5c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class PostGetResponse {
@Schema(description = "스크랩 수")
private final Long totalScrap;

@Schema(description = "마지막 업데이트 일시", example = "8분 전")
@Schema(description = "마지막 업데이트 일시", example = "오전 11:10")
private final String updatedAt;

@Builder
Expand Down

0 comments on commit 9ee5c7f

Please sign in to comment.