Update DiscoverComponent

This commit is contained in:
Daniel Supernault 2021-12-22 00:51:24 -07:00
parent 2befff8fd1
commit 65064a8832
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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;