Skip to content

Commit

Permalink
Merge pull request #260 from prgrms-web-devcourse-final-project/develop
Browse files Browse the repository at this point in the history
[fix] 회원정보 수정 90 -> 180
  • Loading branch information
Dom1046 authored Dec 30, 2024
2 parents 99d41e0 + 3a440e7 commit 59c98dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ public class MemberCreateRequest {
private String buildingName;
private String zoneNo;
private String mountainYn;
@Min(-90)@Max(90)
@Min(-180)@Max(180)
private Double latitude;
@Min(-90)@Max(90)
@Min(-180)@Max(180)
private Double longitude;


Expand Down

0 comments on commit 59c98dc

Please sign in to comment.