hotel link changed

This commit is contained in:
Arsentiy Milchakov 2017-03-03 20:30:39 +03:00
parent c226d24d3c
commit 8d7492ff0c

View file

@ -23,7 +23,7 @@ using namespace platform;
using namespace booking;
string const kBookingApiBaseUrl = "https://distribution-xml.booking.com/json/bookings";
string const kExtendedHotelInfoBaseUrl = "http://hotels.milchakov.map6.devmail.ru/getDescription";
string const kExtendedHotelInfoBaseUrl = "https://hotels.maps.me/getDescription";
string const kPhotoOriginalUrl = "http://aff.bstatic.com/images/hotel/max500/";
string const kPhotoSmallUrl = "http://aff.bstatic.com/images/hotel/max300/";
string g_BookingUrlForTesting = "";