diff --git a/src/paths.ts b/src/paths.ts index 988a572c13d26a152f55906502cf22f1c93d2c35..fba9bf141e305294ec40b85418df278cef8a3877 100644 --- a/src/paths.ts +++ b/src/paths.ts @@ -10,7 +10,7 @@ declare global { } // TODO: change this to a real cdn -export const xxdk_s3_path = "http://elixxir-bins.s3-us-west-1.amazonaws.com/wasm/"; +export const xxdk_s3_path = "https://elixxir-bins.s3-us-west-1.amazonaws.com/wasm/"; export const default_xxdk_path = new URL(BundleVersion, xxdk_s3_path); // TODO: docstring? export let xxdkBasePath : URL | undefined;