@@ -57,7 +57,7 @@ var app = new Vue({
})
},
loadArticles: function() {
this.$http.get('./data/test_articles.json')
this.$http.get('./data/articles.json')
.then(response => { return response.json();})
.then(json => {
json.forEach(element => {
The note is not visible to the blocked user.