Promjeni localhost u 127.0.0.1

This commit is contained in:
Emir Bukva
2014-09-28 13:07:38 -04:00
parent 376072712a
commit d8c3079bed

View File

@@ -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