From d8c3079bed61ab575400ea1ed170a6119d9444fe Mon Sep 17 00:00:00 2001 From: Emir Bukva Date: Sun, 28 Sep 2014 13:07:38 -0400 Subject: [PATCH] Promjeni localhost u 127.0.0.1 --- FestivalHelper/FestivalHelper-Prefix.pch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FestivalHelper/FestivalHelper-Prefix.pch b/FestivalHelper/FestivalHelper-Prefix.pch index cb13d03..e818e46 100644 --- a/FestivalHelper/FestivalHelper-Prefix.pch +++ b/FestivalHelper/FestivalHelper-Prefix.pch @@ -21,8 +21,8 @@ #define FILMS_URL @"http://127.0.0.1:8080/sff2014/films.json?local" #define ABOUT_URL @"http://127.0.0.1:8080/sff2014/about.json?local" #else - #define SCHEDULE_URL @"http://localhost:8080/sff2014/schedule.json?remote" - #define VENUES_URL @"http://localhost:8080/sff2014/venues.json?remote" - #define FILMS_URL @"http://localhost:8080/sff2014/films.json?remote" - #define ABOUT_URL @"http://localhost:8080/sff2014/about.json?remote" + #define SCHEDULE_URL @"http://127.0.0.1:8080/sff2014/schedule.json?remote" + #define VENUES_URL @"http://127.0.0.1:8080/sff2014/venues.json?remote" + #define FILMS_URL @"http://127.0.0.1:8080/sff2014/films.json?remote" + #define ABOUT_URL @"http://127.0.0.1:8080/sff2014/about.json?remote" #endif