Merge branch 'master' into athul-patch

This commit is contained in:
Liyas Thomas
2019-11-26 18:44:31 +05:30
committed by GitHub
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;