diff --git a/pages/index.vue b/pages/index.vue index a54aafe94..eca37a923 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -976,7 +976,7 @@ export default { const config = this.$store.state.postwoman.settings.PROXY_ENABLED ? { method: "POST", - url: `${window.location.protocol}//${window.location.host}/proxy`, + url: `https://postwoman.apollotv.xyz/`, data: requestOptions } : requestOptions; diff --git a/pages/settings.vue b/pages/settings.vue index 06c707969..4959ced98 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -48,6 +48,9 @@ +