Skip to content

Commit

Permalink
refactor: 유저 온보딩 api request 수정 #67 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbonai06 authored Oct 17, 2023
1 parent f2ee521 commit 5b7ddef
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,4 @@ public class UserOnBoardingRequest {

@NotBlank(message = "상태값을 입력해주세요.")
private String onBoardingState;

@NotBlank(message = "뷰티 취향을 입력해주세요.")
private String beautyFavor;

@NotBlank(message = "패션 취향을 입력해주세요.")
private String fashionFavor;

@NotBlank(message = "취미 취향을 입력해주세요.")
private String hobbyFavor;
}

0 comments on commit 5b7ddef

Please sign in to comment.