diff --git a/web/src/utils/api.ts b/web/src/utils/api.ts
index c3bb133318a96e64e9c88a5eab6322283cd327f4..a88c857e43c6e8d575a9ba475768b399ead37d02 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 };