Request posts sorted in remote

master
Raymonzut 4 years ago
parent 74185beb79
commit 73288250ab
No known key found for this signature in database
GPG Key ID: 97CF2D8BE2C69FC7
  1. 2
      client/src/remote.js

@ -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
})

Loading…
Cancel
Save