pull/782/head
Ryan Tharp 5 years ago
parent 63c2e4c7bf
commit 3a0b3dddfd

@ -486,7 +486,9 @@ class LokiAppDotNetServerAPI {
) {
mode = '_sendToProxy';
const endpointWithQS = url.toString().replace(this.baseServerUrl + '/', '');
const endpointWithQS = url
.toString()
.replace(`${this.baseServerUrl}/`, '');
({ response, txtResponse, result } = await this._sendToProxy(
endpointWithQS,
fetchOptions

Loading…
Cancel
Save