fix: eslint问题

master
李小林 9 months ago
parent d2fa14c527
commit 358b49ef77
  1. 2
      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/;
}
}
```

Loading…
Cancel
Save