@ -1,7 +1,7 @@
module.exports = {
getPosts: function() {
this.$http
.get('http://localhost:5000/api/posts')
.get('http://localhost:5000/api/posts?sort=1')
.then(res => {
this.posts = res.body
})