Skip to content

Commit

Permalink
using cluster for nearby
Browse files Browse the repository at this point in the history
  • Loading branch information
DiaZork committed Jan 23, 2025
1 parent 04e538a commit aa12f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ public NutsRegion euIdCoordinates(
@GetMapping(value = "/facet/eu/map/nearby", produces = "application/json")
public ResponseEntity<JSONObject> geoIp(
@RequestParam(value = "language", defaultValue = "en") String language,
@RequestParam(value = "useBoundingBox", defaultValue = "false") boolean useBoundingBox,
@RequestParam(value = "useBoundingBox", defaultValue = "true") boolean useBoundingBox,
HttpServletRequest request
) throws Exception {
logger.info("Find coordinates of given IP");
Expand Down

0 comments on commit aa12f09

Please sign in to comment.