Update DiscoverComponent

pull/3069/head
Daniel Supernault 3 years ago
parent 2befff8fd1
commit 65064a8832
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save