Skip to content

Commit

Permalink
Update PostCreateRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rlawogkr authored Jul 26, 2024
1 parent 0734f3c commit 50ab6ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public static class MenuCreateRequest {
@NotNull(message = "메뉴 가격은 필수 값입니다.")
private int menuPrice;

@Size(max = 5000, message = "메뉴 설명은 최대 5000자까지 가능합니다.")
private String menuContent;
}
}

0 comments on commit 50ab6ea

Please sign in to comment.