Promjeni localhost u 127.0.0.1
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
#define FILMS_URL @"http://127.0.0.1:8080/sff2014/films.json?local"
|
#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"
|
#define ABOUT_URL @"http://127.0.0.1:8080/sff2014/about.json?local"
|
||||||
#else
|
#else
|
||||||
#define SCHEDULE_URL @"http://localhost:8080/sff2014/schedule.json?remote"
|
#define SCHEDULE_URL @"http://127.0.0.1:8080/sff2014/schedule.json?remote"
|
||||||
#define VENUES_URL @"http://localhost:8080/sff2014/venues.json?remote"
|
#define VENUES_URL @"http://127.0.0.1:8080/sff2014/venues.json?remote"
|
||||||
#define FILMS_URL @"http://localhost:8080/sff2014/films.json?remote"
|
#define FILMS_URL @"http://127.0.0.1:8080/sff2014/films.json?remote"
|
||||||
#define ABOUT_URL @"http://localhost:8080/sff2014/about.json?remote"
|
#define ABOUT_URL @"http://127.0.0.1:8080/sff2014/about.json?remote"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user