@@ -16,7 +16,7 @@ export class PostServiceProvider {
}
getAllPosts(page){
- return this.http.get("http://localhost:8080/posts/all?page="+page);
+ return this.http.get("https://fast-headland-39537.herokuapp.com/posts/all?page="+page);
// .map(this.extractData)
// .catch(this.handleError);