Skip to content

Commit

Permalink
fix: DiaryRequest content, font관련 부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
0703kyj committed Nov 23, 2023
1 parent 2a73d2e commit 63584e4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
@Getter
@ToString
public class DiaryRequest {
@NotBlank(message = "2001:일기의 값들은 공백일 수 없습니다.")
private String content;
@NotBlank(message = "2001:일기의 값들은 공백일 수 없습니다.")
private String font;

@NotBlank(message = "2001:일기의 값들은 공백일 수 없습니다.")
private String image;
}

0 comments on commit 63584e4

Please sign in to comment.