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