1
0
Fork 0

Update AnnouncementsCard.vue

This commit is contained in:
Daniel Supernault 2019-12-23 23:38:47 -07:00
parent 1091d3fa07
commit 1917350755
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {