[promo] server will send to client full urls

This commit is contained in:
Arsentiy Milchakov 2019-07-15 09:48:58 +03:00 committed by Roman Kuznetsov
parent 3751d0e36f
commit f40a7b06bb

View file

@ -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);
}