Update proxy information.

This commit is contained in:
NBTX
2020-02-26 23:48:24 +00:00
parent 4758acc413
commit f609d36818
18 changed files with 32 additions and 32 deletions

View File

@@ -37,7 +37,7 @@ const chromeWithProxy = (req, { state }) =>
method: "post",
url:
state.postwoman.settings.PROXY_URL ||
"https://postwoman.apollotv.xyz/",
"https://postwoman.apollosoftware.xyz/",
data: req
}
}