Skip to content

Commit

Permalink
[ADD] jpeg 추가 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Apr 28, 2024
1 parent 8d088a4 commit 118da4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public record CreatePortfolioRequestDto(
@NotNull
String proceedType,
@NotNull
@Pattern(regexp = "^(\\S+(\\.(?i)(jpg|png|gif|bmp))$)")
@Pattern(regexp = "^(\\S+(\\.(?i)(jpg|png|gif|bmp|jpeg))$)")
String mainImageFileName,
@NotNull
@Pattern(regexp = "^(\\S+(\\.(?i)(zip))$)")
Expand Down

0 comments on commit 118da4f

Please sign in to comment.