diff --git a/pages/news.vue b/pages/news.vue index 08eecbb..fc8efce 100644 --- a/pages/news.vue +++ b/pages/news.vue @@ -79,7 +79,7 @@ export default { async fetch() { const news = await this.$axios.get( - 'https://twitter.covid19kenya.site/api/v2/moh_kenya?count=50' + 'https://twitter.opensource254.co.ke/api/v2/moh_kenya?count=50' ) this.$store.commit('addNews', news.data)