https not http 💀
This commit is contained in:
parent
342e8e264f
commit
10fa42830a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function changeTransport(transport: string, wispUrl: string) {
|
||||||
console.log("Setting transport to Libcurl");
|
console.log("Setting transport to Libcurl");
|
||||||
SetTransport("CurlMod.LibcurlClient", {
|
SetTransport("CurlMod.LibcurlClient", {
|
||||||
wisp: wispUrl,
|
wisp: wispUrl,
|
||||||
wasm: "http://cdn.jsdelivr.net/npm/libcurl.js@v0.5.2/libcurl.wasm"
|
wasm: "https://cdn.jsdelivr.net/npm/libcurl.js@v0.5.2/libcurl.wasm"
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case "bare":
|
case "bare":
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue