Changed DEBUG OSM auth server from IZ to official OSM dev server

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-03-18 18:42:17 +01:00 committed by Alexander Borsuk
parent a1c1dba15d
commit 3b4f2562f2

View file

@ -77,7 +77,7 @@ OsmOAuth::OsmOAuth(string const & consumerKey, string const & consumerSecret,
OsmOAuth OsmOAuth::ServerAuth() noexcept
{
#ifdef DEBUG
return IZServerAuth();
return DevServerAuth();
#else
return ProductionServerAuth();
#endif