mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update DiscoverComponent, change api namespace
This commit is contained in:
parent
f3eeb9c978
commit
35275572b1
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
|
||||
methods: {
|
||||
fetchData() {
|
||||
axios.get('/api/v2/discover/posts')
|
||||
axios.get('/api/pixelfed/v2/discover/posts')
|
||||
.then((res) => {
|
||||
this.posts = res.data.posts;
|
||||
this.loaded = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue