Returning all public posts from all nodes instead of just their own, despite: http://service/posts (all posts marked as public on the server) This is because they are caching our posts, which they shouldn't be. Results in us getting duplicate posts returned from our own server, and also getting Team 8's posts, who they've also integrated with as well.
Team 9
http://service/posts (all posts marked as public on the server)
This is because they are caching our posts, which they shouldn't be. Results in us getting duplicate posts returned from our own server, and also getting Team 8's posts, who they've also integrated with as well.Team 8
GET /posts
callGET /posts call
: https://github.com/CMPUT410W15/cmput410-project/issues/134