Skip to content

Commit c8b657a

Browse files
committed
🗃️Comment: postResponse @Schema 설명 수정
1 parent 65b74b5 commit c8b657a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/be/sportizebe/domain/post/dto/response/PostResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import lombok.Builder;
66

77
@Builder
8-
@Schema(title = "CreatePostResponse DTO", description = "게시글 생성 응답")
8+
@Schema(title = "PostResponse DTO", description = "게시글 관련 응답")
99
public record PostResponse(
1010
@Schema(description = "게시글 고유번호", example = "1") Long postId,
1111
@Schema(description = "게시글 제목", example = "게시글 제목 ...") String title,

0 commit comments

Comments
 (0)