From ad49e51f7ec6a4435e141bc0d6f79296527c95bc Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:45:31 +0200 Subject: [PATCH] Update debug_way.lua --- profiles/debug_way.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/debug_way.lua b/profiles/debug_way.lua index 7c577e9a0..0b7e2e9af 100644 --- a/profiles/debug_way.lua +++ b/profiles/debug_way.lua @@ -21,7 +21,7 @@ local https = require('ssl.https') Debug.load_profile(arg[1]) -- load way from the OSM API -local url = 'https://www.openstreetmap.org/api/0.6/way/'..arg[2] +local url = 'https://api.openstreetmap.org/api/0.6/way/'..arg[2] local body, statusCode, headers, statusText = https.request(url) -- parse way tags