Add the proxy server

This commit is contained in:
NBTX
2019-10-25 20:54:27 +01:00
parent 0673cf0bbb
commit f51bcc2406
2 changed files with 10 additions and 1 deletions

View File

@@ -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;