From b437ce5b333af30f07ba3cd75ebe69108a4f9263 Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:03:35 +0200 Subject: [PATCH] Update debug_way.lua (#6713) --- 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