Add Proxy URL option

This commit is contained in:
NBTX
2019-11-26 06:53:12 -06:00
parent 2f727b1a1e
commit dd280732d1
2 changed files with 9 additions and 3 deletions

View File

@@ -1412,7 +1412,7 @@ export default {
const config = this.$store.state.postwoman.settings.PROXY_ENABLED
? {
method: "POST",
url: `https://postwoman.apollotv.xyz/`,
url: this.$store.state.postwoman.settings.PROXY_URL || "https://postwoman.apollotv.xyz/",
data: requestOptions
}
: requestOptions;