about page now gets information from service

This commit is contained in:
Senad Uka
2014-09-07 07:18:07 +02:00
parent 90d0d8561b
commit 376072712a
15 changed files with 522 additions and 106 deletions

View File

@@ -19,8 +19,10 @@
#define SCHEDULE_URL @"http://127.0.0.1:8080/sff2014/schedule.json?local"
#define VENUES_URL @"http://127.0.0.1:8080/sff2014/venues.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"
#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"
#endif