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
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2018-11-02 13:38:41 +0300
committeryoksnod <donskdmitry@mail.ru>2018-11-02 17:54:15 +0300
commit57c25cea2aaa43dffdc3aae7415aff039da474ec (patch)
treedc140bc965b4c05b17167cfe89c7f7643771ef77
parentfe6313ec6fe3338315f3bcac3f26042dfbb55a35 (diff)
[android] Changed catalog frontend url
-rw-r--r--map/bookmark_catalog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/bookmark_catalog.cpp b/map/bookmark_catalog.cpp
index 89ef412770..eda1b2131e 100644
--- a/map/bookmark_catalog.cpp
+++ b/map/bookmark_catalog.cpp
@@ -270,7 +270,7 @@ std::string BookmarkCatalog::GetDownloadUrl(std::string const & serverId) const
std::string BookmarkCatalog::GetFrontendUrl() const
{
- return kCatalogFrontendServer + languages::GetCurrentNorm() + "/mobilefront/";
+ return kCatalogFrontendServer + languages::GetCurrentNorm() + "/v2/mobilefront/";
}
void BookmarkCatalog::RequestTagGroups(std::string const & language,