Skip to content

Commit

Permalink
ㅈㅂ!!
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Feb 3, 2024
1 parent dd00296 commit fecb3e6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ data class SignUpRequest(
val studentName: String,

@field:NotBlank(message = "null이 될 없습니다.")
@field:Pattern(
regexp = "^(http|https)://github.com",
message = "올바른 github 주소 형식이 아닙니다."
)
// @field:Pattern(
// regexp = "^(http|https)://github.com",
// message = "올바른 github 주소 형식이 아닙니다."
// )
val github: String?,

@field:NotBlank(message = "null이 될 수 없습니다.")
Expand Down

0 comments on commit fecb3e6

Please sign in to comment.