Преглед изворни кода

Update CollectionCompose.vue component, fix api namespace change

Daniel Supernault пре 5 година
родитељ
комит
71ed965c77
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/assets/js/components/CollectionCompose.vue

+ 1 - 1
resources/assets/js/components/CollectionCompose.vue

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