Lucii1 commited on
Commit
3d76c67
·
1 Parent(s): 242a603

update url

Browse files
Files changed (1) hide show
  1. main.js +1 -1
main.js CHANGED
@@ -35,7 +35,7 @@ const REQUIRED_METADATA_FIELDS = [
35
  ];
36
  export const clientId =
37
  Date.now().toString(36) + Math.random().toString(36).substring(2, 8);
38
- export const apiBaseUrl = 'https://bold-breeze-13ad.lucnd.workers.dev/v1';
39
  export let estTimeStep1 = 0;
40
  export let estTimeStep2 = 0;
41
 
 
35
  ];
36
  export const clientId =
37
  Date.now().toString(36) + Math.random().toString(36).substring(2, 8);
38
+ export const apiBaseUrl = 'https://lucii1-be.hf.space/v1';
39
  export let estTimeStep1 = 0;
40
  export let estTimeStep2 = 0;
41