diff --git a/web/src/utils/api.ts b/web/src/utils/api.ts index c3bb1333..a88c857e 100644 --- a/web/src/utils/api.ts +++ b/web/src/utils/api.ts @@ -1,7 +1,7 @@ -let api_host = `/v1`; +let api_host = `http://54.80.112.79:9380/v1`; export { api_host };