yqj123 commited on
Commit
103e12b
·
1 Parent(s): c4f7231

update api (#38)

Browse files
Files changed (1) hide show
  1. web/src/utils/api.ts +1 -1
web/src/utils/api.ts CHANGED
@@ -1,7 +1,7 @@
1
 
2
 
3
 
4
- let api_host = `/v1`;
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 };