Spaces:
Running
Running
update url
Browse files
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 = '
|
| 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 |
|