Skip to content

Commit

Permalink
Fix park utilizations url
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Oct 22, 2024
1 parent c845439 commit c5599de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class HslCarParkDataSource extends GenericJsonCarParkDataSource{

private GeometryFactory gf = new GeometryFactory();

private String utilizationUrl = "https://p.hsl.fi/api/v1/utilizations";
private String utilizationUrl = "https://parking.fintraffic.fi/api/v1/utilizations";

private Map<String, Integer> utilizations = Collections.EMPTY_MAP;

Expand Down

0 comments on commit c5599de

Please sign in to comment.