还原配置文件
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Weiming
2026-06-27 15:52:52 +08:00
parent 4df9286bfc
commit 143d6d00d6
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ node server.js
{
"projectId": "approval_of_design",
"port": 8080,
"host": "127.0.0.1",
"host": "0.0.0.0",
"label": "飞书审批配置服务"
}
```