Skip to content

Commit d4f231d

Browse files
committed
fix 2
1 parent 27b0196 commit d4f231d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/corsProxies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const corsProxies = [
55
const match = targetUrl.match(/^https?:\/\/(.+)$/);
66
if (!match) throw new Error("Invalid URL for proxy");
77
const [, hostAndPath] = match;
8-
return `https://cors.materialscloud.org/https/${hostAndPath}`;
8+
return `https://cors.materialscloud.org/https://${hostAndPath}`;
99
},
1010
// },
1111
// {

0 commit comments

Comments
 (0)