Skip to content
Snippets Groups Projects
Commit 7f172eb3 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Use https

parent 548fbd59
No related branches found
No related tags found
1 merge request!141npm package config
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment