-
Notifications
You must be signed in to change notification settings - Fork 2
refactor : 반례게시판 #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor : 반례게시판 #402
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| import lombok.Builder; | ||
|
|
||
| @Builder | ||
| public record CreateEdgeCaseRequest(@NotBlank(message = "문제 링크 입력은 필수입니다.") String link, | ||
| public record CreateEdgeCaseRequest(@NotBlank(message = "문제 링크 또는 문제 번호 입력은 필수입니다.") String linkOrProblemNumber, | ||
|
||
| @NotBlank(message = "반례 input 입력은 필수입니다.") String input, | ||
| @NotBlank(message = "반례 output 입력은 필수입니다.") String output){ | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
백준 URL이 맞네요! 그냥
BOJ_URL로 수정해주시면 감사하겠습니다 ㅎㅎ/problem붙은 url은BOJ_PROBLEM_URL로 해주시면 될 것 같아요!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵!