diff --git a/BroBoard/BroBoard/PSViewController.m b/BroBoard/BroBoard/PSViewController.m index be0f65e..2cb65ea 100644 --- a/BroBoard/BroBoard/PSViewController.m +++ b/BroBoard/BroBoard/PSViewController.m @@ -110,7 +110,7 @@ - (void)loadDataSource { if (!error && responseCode == 200) { id res = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableContainers error:nil]; if (res && [res isKindOfClass:[NSDictionary class]]) { - self.items = [res objectForKey:@"gallery"]; + self.items = [res objectForKey:@"data"]; [self dataSourceDidLoad]; } else { [self dataSourceDidError];