forked from organicmaps/organicmaps-tmp
[android] Changed catalog frontend url
This commit is contained in:
parent
fe6313ec6f
commit
57c25cea2a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue