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

@@ -5,7 +5,7 @@ const extensionWithProxy = async (req, { state }) => {
const { data } = await window.__POSTWOMAN_EXTENSION_HOOK__.sendRequest({
method: "post",
url:
state.postwoman.settings.PROXY_URL || "https://postwoman.apollotv.xyz/",
state.postwoman.settings.PROXY_URL || "https://postwoman.apollosoftware.xyz/",
data: req
});
return data;