Skip to content

Commit

Permalink
refactor: (##) multipartfile 관련 에러 디버깅
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdtls690 committed Aug 2, 2023
1 parent e139f3e commit 89730ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public record PostOptionCreateRequest(
@Length(max = 50, message = "선택지의 내용은 최대 50자까지 입력 가능합니다.")
String content,

String inageUrl
String imageUrl
) {
}

0 comments on commit 89730ce

Please sign in to comment.