mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 07:45:22 +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() {
|
fetchRecentPosts() {
|
||||||
axios.get('/api/local/accounts/' + this.profileId + '/statuses', {
|
axios.get('/api/pixelfed/v1/accounts/' + this.profileId + '/statuses', {
|
||||||
params: {
|
params: {
|
||||||
only_media: true,
|
only_media: true,
|
||||||
min_id: 1,
|
min_id: 1,
|
||||||
|
|
Loading…
Reference in a new issue