diff options
author | bobzel <zzzman@gmail.com> | 2025-05-14 22:40:13 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-05-14 22:40:13 -0400 |
commit | 6bd031a36680f9416938196981ad71f674afca26 (patch) | |
tree | 7623e5aa3528094b56934ec7d4f70b11224ef327 /src/ClientUtils.ts | |
parent | 80b07ab9b3e8f1e1bd0f5898177628047254bf25 (diff) | |
parent | cc3838dd456da90a66d7b563d9f4ea7b8753c4de (diff) |
Merge branch 'master' into aarav_edit
Diffstat (limited to 'src/ClientUtils.ts')
-rw-r--r-- | src/ClientUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientUtils.ts b/src/ClientUtils.ts index 03ff13924..cc8b715b4 100644 --- a/src/ClientUtils.ts +++ b/src/ClientUtils.ts @@ -194,7 +194,7 @@ export namespace ClientUtils { } export function CorsProxy(url: string): string { - return prepend('/corsProxy/') + encodeURIComponent(url); + return prepend('/corsproxy/') + encodeURIComponent(url); } export function CopyText(text: string) { |