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

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