Update DiscoverComponent
This commit is contained in:
parent
2befff8fd1
commit
65064a8832
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
|||
if(!this.recommendedLoading) {
|
||||
return;
|
||||
}
|
||||
axios.get('/api/pixelfed/v2/discover/posts')
|
||||
axios.get('/api/v1/discover/posts')
|
||||
.then((res) => {
|
||||
this.posts = res.data.posts.filter(r => r != null);
|
||||
this.recommendedLoading = false;
|
||||
|
|
Loading…
Reference in a new issue