Skip to content

Commit

Permalink
imageurl notblank 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eckrin committed Oct 7, 2023
1 parent 0e2b3e2 commit 0eea35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public WebSecurityCustomizer webSecurityCustomizer() {
"/swagger/**",
"/error",
"/auth/**",
"/image"
"/image",
"/"
);
}
}
1 change: 0 additions & 1 deletion src/main/java/com/groupD/server/domain/entity/Member.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class Member extends DateEntity {
@Enumerated(EnumType.STRING)
private PreferJob jobPriority3;

@NotBlank
private String imageUrl;
@Enumerated(EnumType.STRING)
private Role role;
Expand Down

0 comments on commit 0eea35b

Please sign in to comment.