forked from organicmaps/organicmaps
[promo] server will send to client full urls
This commit is contained in:
parent
3751d0e36f
commit
f40a7b06bb
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ void ParseCityGallery(std::string const & src, UTM utm, promo::CityGallery & res
|
|||
|
||||
auto const meta = json_object_get(root.get(), "meta");
|
||||
FromJSONObject(meta, "more", result.m_moreUrl);
|
||||
result.m_moreUrl = base::url::Join(BOOKMARKS_CATALOG_FRONT_URL, result.m_moreUrl);
|
||||
result.m_moreUrl = InjectUTM(result.m_moreUrl, utm);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue