forked from organicmaps/organicmaps
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:
parent
a1c1dba15d
commit
3b4f2562f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue