Skip to content

Commit

Permalink
[#3] 회원 DTO Swagger 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Oct 20, 2021
1 parent 5e74781 commit cff14e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static class AllMemberRes {
private final String nickName;
@Schema(description = "회원 이메일", defaultValue = "[email protected]")
private final String email;
@Schema(description = "OAuth 프로필 사진", defaultValue = "")
@Schema(description = "OAuth 프로필 사진", defaultValue = "http://k.kakaocdn.net/dn/dpk9l1/btqmGhA2lKL/Oz0wDuJn1YV2DIn92f6DVK/img_640x640.jpg")
private final String picture;
@Schema(description = "습관 index", defaultValue = "1")
private final Role role;
Expand Down

0 comments on commit cff14e2

Please sign in to comment.