请求路径

Change-Id: Ib2da6b44db719355bb55848a0f8e95cb39dec94d
diff --git a/nginx.conf b/nginx.conf
index 4910242..d96b07b 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -11,7 +11,7 @@
  
     # 代理 /api/v1/ 到后端服务
     location /api/v1/ {
-        proxy_pass http://127.0.0.1:8088; # 你的后端暴露位置
+        proxy_pass http://team2.10813352.xyz:8088; # 你的后端暴露位置
         proxy_http_version 1.1;
         proxy_set_header Upgrade $http_upgrade;
         proxy_set_header Connection 'upgrade';