录音时长统调整后端接口

This commit is contained in:
zhonghua.li
2026-02-07 21:24:24 +08:00
parent 3944fa6969
commit b1c4f57c58
10 changed files with 436 additions and 52 deletions

View File

@@ -62,7 +62,7 @@
"port" : 8081,
"proxy" : {
"^/api" : {
"target" : "http://localhost:8090",
"target" : "http://localhost:8091",
"changeOrigin" : true,
"secure" : false
}