Skip to content

Commit

Permalink
now https
Browse files Browse the repository at this point in the history
  • Loading branch information
cpesch committed Sep 18, 2024
1 parent 96a9638 commit fd3874a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public boolean isOverQueryLimit() {
}

private String getPhotonUrl() {
return preferences.get(PHOTON_URL_PREFERENCE, "http://photon.komoot.io");
return preferences.get(PHOTON_URL_PREFERENCE, "https://photon.komoot.io");
}

private String execute(String uri) throws IOException {
Expand Down

0 comments on commit fd3874a

Please sign in to comment.