chore: 构建: 📦️ nginx增加mock路径

This commit is contained in:
bunny 2024-02-28 19:29:39 +08:00
parent 9a65f5e903
commit da902e6f1f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ server {
}
# mock 跨域
location ~/api/ {
location ~/mock/ {
proxy_pass http://192.168.3.98:1001;
}