release(main): 集成 nginx 同域入口恢复

This commit is contained in:
Cheng Zhou
2026-03-31 09:17:12 +08:00
parent 38b9838d63
commit e5e97e640b
8 changed files with 122 additions and 30 deletions
@@ -103,8 +103,8 @@ Expected: PASS
**Step 3: Check HTTP endpoints**
Run: `curl -i http://127.0.0.1:4173/`
Run: `curl -i http://127.0.0.1/`
Expected: `200 OK` and HTML payload
Run: `curl -i http://127.0.0.1:8000/health`
Run: `curl -i http://127.0.0.1/health`
Expected: successful backend health response