Skip to content

Commit

Permalink
Switch to api.openstreetmap.org API host
Browse files Browse the repository at this point in the history
Closes: #655
  • Loading branch information
EdwardBetts committed Sep 29, 2023
1 parent 30930c3 commit 08bcd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matcher/osm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from . import model, utils

base = "https://www.openstreetmap.org/api/0.6/"
base = "https://api.openstreetmap.org/api/0.6/"


def get_changeset(changeset_id: int) -> lxml.etree._Element:
Expand Down

0 comments on commit 08bcd89

Please sign in to comment.