From 00a1443e846934277e88caa047400528d4a25e0d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Sep 2022 01:37:24 +0530 Subject: [PATCH] Go back to pipedapi.kavin.rocks pipedapi-libre.kavin.rocks doesn't work at all --- src/store/prefs-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/prefs-store.js b/src/store/prefs-store.js index 26ffdf3..c53578a 100644 --- a/src/store/prefs-store.js +++ b/src/store/prefs-store.js @@ -100,7 +100,7 @@ const PrefsStore = { }, apiUrl (state, getters) { - return state.prefs.instance ?? process.env.VUE_APP_PIPED_URL ?? 'https://pipedapi-libre.kavin.rocks' + return state.prefs.instance ?? process.env.VUE_APP_PIPED_URL ?? 'https://pipedapi.kavin.rocks' }, isEmbedded () {