Skip to content

Commit

Permalink
Merge pull request #175 from ShallWeProject/fix/138-createExperienceG…
Browse files Browse the repository at this point in the history
…ift-request

[Fix] 관리자 경험 선물 등록 reqeust 타입 수정, url->key로 수정
  • Loading branch information
leeseunghakhello authored Nov 29, 2023
2 parents c6ae7e6 + 13b4b81 commit 42c80a4
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 @@ -30,7 +30,7 @@ public class AdminExperienceReq {
@NotBlank(message = "상품명은 필수 입력 값입니다.")
private String title;

@Schema(type = "String", description = "썸네일")
@Schema(type = "List", description = "썸네일")
private List<String> giftImgKey;

@Schema(type = "String", description = "상품 설명", maxLength = 256)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
public class ExplanationReq {
private String stage;
private String description;
private String explanationUrl;
private String explanationKey;
}

0 comments on commit 42c80a4

Please sign in to comment.