Skip to content

Commit

Permalink
feat: remove address field of RoomSaveRequestForm
Browse files Browse the repository at this point in the history
  • Loading branch information
KimDoubleB committed Jul 30, 2024
1 parent 644feec commit cbfc8a3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ data class RoomSaveRequestForm(
val name: String,
@field:Schema(description = "적고 싶은 메시지", example = "늦으면 밥값 몰빵")
val message: String?,
@field:NotBlank
@field:Schema(description = "모임 장소 주소", example = "경기 화성시 봉담읍 동화길 51")
val address: String,
@field:Schema(description = "썸네일 이미지 링크", example = "https://github.com/k-diger.png")
val thumbnailLink: String,
@field:NotNull(message = "모임 비밀번호는 필수입니다.")
Expand Down

0 comments on commit cbfc8a3

Please sign in to comment.