Fix proxy URL
This commit is contained in:
@@ -711,7 +711,7 @@
|
|||||||
|
|
||||||
const config = this.$store.state.postwoman.settings.PROXY_ENABLED ? {
|
const config = this.$store.state.postwoman.settings.PROXY_ENABLED ? {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: '/proxy',
|
url: `${window.location.protocol}//${window.location.host}/proxy`,
|
||||||
data: requestOptions
|
data: requestOptions
|
||||||
} : requestOptions;
|
} : requestOptions;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user