From 580b58e86a974432b068b073a047c22864621126 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 21 Sep 2023 11:41:55 +0200 Subject: [PATCH] Fix: use www.openstreetmap.org again, it doesnt work --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 540a1434b..2216e5314 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ "#": "This client_id is registered by 'Pieter Vander Vennet' on OSM.org", "oauth_client_id": "sa1ngLJBJ8McmzHElN8NYtIDm5TZTYEYhq3-0snO4Qc", "oauth_secret": "XU_cD5Mvw9VKk9T0t_gO8V7cbRC4Hmw2Tb4Rv0Zmz-U", - "url": "https://api.openstreetmap.org" + "url": "https://www.openstreetmap.org" }, "osm": { "#": "This client-id is registered by 'MapComplete' on osm.org", "oauth_client_id": "K93H1d8ve7p-tVLE1ZwsQ4lAFLQk8INx5vfTLMu5DWk", "oauth_secret": "NBWGhWDrD3QDB35xtVuxv4aExnmIt4FA_WgeLtwxasg", - "url": "https://api.openstreetmap.org" + "url": "https://www.openstreetmap.org" }, "osm-test": { "oauth_client_id": "HwUn6GPxGm1m9WwMarxTglhy6dBTM4YkaV1I9h6pDGU",