e86dde7445
- Register health_router at root path (no /api/v1 prefix) - Health endpoints: /health, /ready, /startup - API endpoints remain at /api/v1/* - Update route imports and registration Phase 4 Task 45/68 fully completed
xiaoxia-saas API
结构
app/core/:配置与基础能力app/api/:路由组织app/schemas/:请求响应模型app/dependencies.py:依赖注入入口main.py:FastAPI 启动入口
当前可用接口
GET /api/healthGET /api/projects?workspace_id=...POST /api/projects