Explorar o código

Update AnnouncementsCard.vue

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
1917350755
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/assets/js/components/AnnouncementsCard.vue

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

@@ -65,7 +65,7 @@ export default {
 			let self = this;
 			let key = 'metro-tips-closed';
 			let cached = JSON.parse(window.localStorage.getItem(key));
-			axios.get('/api/v1/pixelfed/newsroom/timeline')
+			axios.get('/api/pixelfed/v1/newsroom/timeline')
 			.then(res => {
 				self.announcements = res.data.filter(p => {
 					if(cached) {