Enabled internal base url for all configurations

This commit is contained in:
Arsentiy Milchakov 2017-02-20 16:58:02 +03:00
parent 2304b3b9f4
commit d249b62e08

View file

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