yqj123
commited on
Commit
·
103e12b
1
Parent(s):
c4f7231
update api (#38)
Browse files- web/src/utils/api.ts +1 -1
web/src/utils/api.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
|
3 |
|
4 |
-
let api_host =
|
5 |
|
6 |
|
7 |
export { api_host };
|
|
|
1 |
|
2 |
|
3 |
|
4 |
+
let api_host = `http://54.80.112.79:9380/v1`;
|
5 |
|
6 |
|
7 |
export { api_host };
|