jfrery-zama commited on
Commit
51280c3
·
unverified ·
1 Parent(s): 2f14308

move to prod

Browse files
Files changed (1) hide show
  1. wasm-demo.js +1 -1
wasm-demo.js CHANGED
@@ -2,7 +2,7 @@ import initWasm, {
2
  decrypt_serialized_u64_radix_flat_wasm
3
  } from './concrete-ml-extensions-wasm/concrete_ml_extensions_wasm.js';
4
 
5
- const SERVER = 'https://api.zama.ai:444';
6
 
7
  let clientKey, serverKey;
8
  let encTokens;
 
2
  decrypt_serialized_u64_radix_flat_wasm
3
  } from './concrete-ml-extensions-wasm/concrete_ml_extensions_wasm.js';
4
 
5
+ const SERVER = 'https://api.zama.ai';
6
 
7
  let clientKey, serverKey;
8
  let encTokens;