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

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

Loading…
Cancel
Save