Skip to content

Commit

Permalink
feat: 강사등록 api 검증 변경 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkjyun authored Jan 22, 2025
1 parent be94102 commit 07e7f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public record CreateTeacherRequest(
String youtube,
List<@Size(max = 30) String> educations,
List<@Size(max = 30) String> experiences,
@Size(max = 30) @NotBlank String detail,
@Size(max = 300) @NotBlank String detail,
List<String> imageUrls,
@Size(min = 1) List<String> videoUrls
) {
Expand Down

0 comments on commit 07e7f43

Please sign in to comment.