Skip to content

Commit

Permalink
chore :: message
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Jan 20, 2024
1 parent af9217a commit 334ae89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data class CreateFeedRequest(
@field:Size(max = 500, message = "최대 500자까지 가능합니다.")
val content: String,

@field:Size(max = 15, message = "최대 15자까지 가능합니다.")
@field:Size(max = 10, message = "최대 15개까지 가능합니다.")
val tag: List<String>,

@field:NotNull(message = "null을 허용하지 않습니다.")
Expand Down

0 comments on commit 334ae89

Please sign in to comment.