Skip to content

Commit

Permalink
Merge pull request #64 from MoCo-v2/feat/MOCO-82
Browse files Browse the repository at this point in the history
feat : 회원 포지션 plan(기획자), pm 추가
  • Loading branch information
wlswo authored Feb 12, 2024
2 parents 8c8c440 + fd11896 commit 828af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/moco/moco/dto/UserDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class Request {
private String name;
private String intro;
@NotEmpty
@Pattern(regexp = "^(fe|be|de|ios|and|dev)$", message = "유효한 포지션 유형이 아닙니다.")
@Pattern(regexp = "^(fe|be|de|ios|and|dev|plan|pm)$", message = "유효한 포지션 유형이 아닙니다.")
private String position;
private String career;
private String stack;
Expand Down

0 comments on commit 828af6f

Please sign in to comment.