Explorar el Código

Update DiscoverComponent

Daniel Supernault hace 3 años
padre
commit
65064a8832
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/assets/js/components/DiscoverComponent.vue

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

@@ -178,7 +178,7 @@
 				if(!this.recommendedLoading) {
 					return;
 				}
-				axios.get('/api/pixelfed/v2/discover/posts')
+				axios.get('/api/v1/discover/posts')
 				.then((res) => {
 					this.posts = res.data.posts.filter(r => r != null);
 					this.recommendedLoading = false;