Skip to content

Commit

Permalink
Feat(#40) : add example
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Oct 23, 2023
1 parent 4415c3a commit 32b488e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class NearbyShelterRequest {
@NotNull(message = "위도 정보는 null 일 수 없습니다.")
private Double latitude;

@Schema(defaultValue = "CIVIL_DEFENCE")
@Schema(defaultValue = "민방위")
private String shelterType;

public static NearbyShelterRequest of(Double longitude, Double latitude, String shelterType) {
Expand Down

0 comments on commit 32b488e

Please sign in to comment.