forked from organicmaps/organicmaps
[editor] Https for user rank call
This commit is contained in:
parent
e2c644f070
commit
4ec1acd2fc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ using TRequest = alohalytics::HTTPClientPlatformWrapper;
|
|||
|
||||
namespace
|
||||
{
|
||||
string const kUserStatsUrl = "http://editor-api.maps.me/user?format=xml";
|
||||
string const kUserStatsUrl = "https://editor-api.maps.me/user?format=xml";
|
||||
int32_t constexpr kUninitialized = -1;
|
||||
|
||||
auto constexpr kSettingsUserName = "LastLoggedUser";
|
||||
|
|
Loading…
Add table
Reference in a new issue