3v324v23 commited on
Commit
8a83458
·
1 Parent(s): 9a29dcb

update url

Browse files
Files changed (1) hide show
  1. main.js +1 -1
main.js CHANGED
@@ -110,7 +110,7 @@ function toggleFormInputs(disabled) {
110
 
111
  export const clientId =
112
  Date.now().toString(36) + Math.random().toString(36).substring(2, 8);
113
- export const apiBaseUrl = 'https://api.nict1.1team.vn/';
114
  export let estTimeStep1 = 0;
115
  export let estTimeStep2 = 0;
116
 
 
110
 
111
  export const clientId =
112
  Date.now().toString(36) + Math.random().toString(36).substring(2, 8);
113
+ export const apiBaseUrl = '';
114
  export let estTimeStep1 = 0;
115
  export let estTimeStep2 = 0;
116