WorkBuddy
1422afd6f6
fix(admin): /health 请求被误加 /api/v1 前缀,健康状态永远「系统异常」
build_url 对所有路径强制加 /api/v1,但后端 /health 与 /health/ready
挂在根路径(app.py,与 compose healthcheck 一致)→ 前端请求 /api/v1/health
404 → fetchHealth 吞错返回 status=unknown → 右上角/监控页永远「系统异常」。
- build_url 对 /health 与 /health/* 豁免前缀
- http.test.ts 补 URL 豁免用例(该测试此前因 ApiError 参数属性不被
strip-types 支持而完全无法运行,顺手改为显式赋值使基建可用)
2026-09-22 14:22:51 +08:00
..
2026-09-22 14:22:51 +08:00
2026-09-19 06:43:55 +00:00
2026-09-19 06:43:55 +00:00
2026-09-20 22:25:03 +08:00
2026-09-19 11:58:03 +08:00
2026-09-17 02:00:14 +08:00
2026-09-17 02:00:14 +08:00
2026-09-15 17:45:10 +08:00
2026-09-20 22:57:29 +08:00
2026-09-22 10:09:48 +08:00
2026-09-09 02:10:47 +08:00