Spaces:
Sleeping
Sleeping
Commit ·
34b8914
1
Parent(s): d6c503f
change portal
Browse files
dockerdash-ui/src/config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
const config = {
|
| 2 |
-
API_BASE_URL: "https://
|
| 3 |
};
|
| 4 |
|
| 5 |
export default config;
|
|
|
|
| 1 |
const config = {
|
| 2 |
+
API_BASE_URL: "https://tmrykcount12-performance-api.hf.space",
|
| 3 |
};
|
| 4 |
|
| 5 |
export default config;
|
dockerdash-ui/src/magconfig.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
const config = {
|
| 2 |
+
API_BASE_URL: "https://mag.tmryk.com:8001",
|
| 3 |
+
};
|
| 4 |
+
|
| 5 |
+
export default config;
|