9438af6704
- 删除11个旧路由文件(edit_plans*.py) - 删除7个对应API测试文件 - 从router移除 /edit-plans 路径注册 - Pydantic schemas 已迁移到 templates_editor.py - 移除 deprecated_edit_plans_api helper - 保留 EditPlanService 服务层及数据模型(模板编辑器仍在使用)
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