1
0
Fork 0

Update CollectionCompose.vue component, fix api namespace change

This commit is contained in:
Daniel Supernault 2019-10-14 23:45:22 -06:00
parent 34c13b6eb7
commit 71ed965c77
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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