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-21 13:34:38 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-24 16:01:52 +0300
commitcb2c8e1d479c3fcc804a5e74ac44580bc9109b5a (patch)
tree53d9d052230b3522ecd0eb5e352047bec553e324 /editor
parent7b8026cdb7182dbc219ba766b3cc799f46cf655d (diff)
[editor] Our own stats server
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 cae20eeb49..dc5a1b6fa8 100644
--- a/editor/user_stats.cpp
+++ b/editor/user_stats.cpp
@@ -16,7 +16,7 @@ using TRequest = alohalytics::HTTPClientPlatformWrapper;
namespace
{
-string const kUserStatsUrl = "http://py.osmz.ru/mmwatch/user?format=xml";
+string const kUserStatsUrl = "http://editor-api.maps.me/user?format=xml";
int32_t constexpr kUninitialized = -1;
auto constexpr kSettingsUserName = "LastLoggedUser";