fix: 添加根路由 + 修复 CORS 拼写

This commit is contained in:
2026-03-14 21:20:08 +08:00
parent f2caeadf05
commit b7a40cd4b2
2 changed files with 29 additions and 1 deletions

View File

@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [0.6.1] - 2026-03-14
### Fixed
- **根路由缺失** - 添加 `/` 路由,返回服务信息和端点列表
- **CORS 拼写错误** - 修复 `cors_allowed_origins` 拼写
---
## [0.6.0] - 2026-03-14
### Fixed