forked from organicmaps/organicmaps
Enabled internal base url for all configurations
This commit is contained in:
parent
2304b3b9f4
commit
d249b62e08
1 changed files with 1 additions and 5 deletions
|
@ -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/";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue