Skip to content

Commit

Permalink
[Chore] spot 생성 시 image 받아오기 취소
Browse files Browse the repository at this point in the history
  • Loading branch information
choeun7 authored Feb 18, 2024
1 parent e7a7646 commit 7c13da3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CreateSpotRequestDto {
@Schema(description = "경도", defaultValue = "126.9275718")
private Double longitude;

@Schema(description = "이미지 리스트")
private List<String> image;
// @Schema(description = "이미지 리스트")
// private List<String> image;

}

0 comments on commit 7c13da3

Please sign in to comment.