Skip to content

Commit

Permalink
Merge pull request #16 from NARAE-FLIWITH/update/areaRadius
Browse files Browse the repository at this point in the history
update: 주변 검색 반경 1.5km로 수정
  • Loading branch information
jjunjji authored May 21, 2024
2 parents e6ed8f7 + a0f325f commit 40e9517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public List<TourType> getTourByType(String email, String latitude, String longit
.queryParam("MobileApp", "fliwith")
.queryParam("mapX", longitude)
.queryParam("mapY", String.valueOf(latitude))
.queryParam("radius", "500")
.queryParam("radius", "1500")
.queryParam("_type", "json")
.queryParam("contentTypeId", String.valueOf(contentTypeId))
.queryParam("serviceKey", serviceKey)
Expand Down

0 comments on commit 40e9517

Please sign in to comment.