mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-24 23:35:23 +00:00
Update CollectionCompose.vue component, fix api namespace change
This commit is contained in:
parent
34c13b6eb7
commit
71ed965c77
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ export default {
|
|||
},
|
||||
|
||||
fetchRecentPosts() {
|
||||
axios.get('/api/local/accounts/' + this.profileId + '/statuses', {
|
||||
axios.get('/api/pixelfed/v1/accounts/' + this.profileId + '/statuses', {
|
||||
params: {
|
||||
only_media: true,
|
||||
min_id: 1,
|
||||
|
|
Loading…
Reference in a new issue