From 358b49ef77c4e9f281accc3f6a8b298ba104c21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B0=8F=E6=9E=97?= <320730042@qq.com> Date: Thu, 30 May 2024 16:23:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20eslint=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 820384d..9f68fa6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ server { } # 反向代理配置 location /prod-api/ { - proxy_pass http://vapi.youlai.tech/; # vapi.youlai.tech替换成你的后端API地址 + proxy_pass http://xxx.xxx.xx/; } } ```