Request posts sorted in remote
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user