From 25af938529e69d96000506552ee719d37d440b19 Mon Sep 17 00:00:00 2001 From: HarelM Date: Wed, 25 Jun 2025 11:27:31 +0300 Subject: [PATCH] Change OSM subdomain to api. --- OsmSharp.IO.API/ClientsFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmSharp.IO.API/ClientsFactory.cs b/OsmSharp.IO.API/ClientsFactory.cs index ebdcdba..2f787f7 100644 --- a/OsmSharp.IO.API/ClientsFactory.cs +++ b/OsmSharp.IO.API/ClientsFactory.cs @@ -9,7 +9,7 @@ public class ClientsFactory : IClientsFactory /// /// The URL of the production instance of OSM's API. Use with care. /// - public const string PRODUCTION_URL = @"https://www.openstreetmap.org/api/"; + public const string PRODUCTION_URL = @"https://api.openstreetmap.org/api/"; /// /// The URL of the development instance of OSM's API. The correct place to do testing.