API changes
This commit is contained in:
@@ -84,7 +84,7 @@ export default {
|
||||
axios
|
||||
.get("api/recent")
|
||||
.then(response => {
|
||||
this.recentStories = response.data.data;
|
||||
this.recentStories = response.data.articles.data;
|
||||
})
|
||||
.catch(error => {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user