Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-06-22 12:07:30 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-24 16:01:59 +0300
commit4ec1acd2fc78d6c58457c6b2e200cb7d354938eb (patch)
treea094fff96db0a788b94b30d7bab4843384db8148 /editor
parente2c644f070025218c0e4a58b90963519a3e4942a (diff)
[editor] Https for user rank call
Diffstat (limited to 'editor')
-rw-r--r--editor/user_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/user_stats.cpp b/editor/user_stats.cpp
index dc5a1b6fa8..c905f460ea 100644
--- a/editor/user_stats.cpp
+++ b/editor/user_stats.cpp
@@ -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";