We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa84b0c commit 4e0bdf6Copy full SHA for 4e0bdf6
client/src/index.ts
@@ -219,10 +219,10 @@ export function stringToHex(str: string): string {
219
return toHex(buffer);
220
}
221
222
-const PROXY_PREFIX_LENGTH =
223
- "/proxy/00000000-0000-0000-0000-000000000000".length;
224
-
225
function mergeURLs(targetURLStr: string, requestURLStr: string): URL {
+ const PROXY_PREFIX_LENGTH =
+ "/proxy/00000000-0000-0000-0000-000000000000".length;
+
226
const requestURL = new URL(requestURLStr);
227
const proxyPath = requestURL.pathname.substring(
228
PROXY_PREFIX_LENGTH
0 commit comments