Files
xiaoxia-saas/apps/api
CI Bot 9438af6704 feat(phase3): 删除旧 /edit-plans/* 路由及废弃代码
- 删除11个旧路由文件(edit_plans*.py)
- 删除7个对应API测试文件
- 从router移除 /edit-plans 路径注册
- Pydantic schemas 已迁移到 templates_editor.py
- 移除 deprecated_edit_plans_api helper
- 保留 EditPlanService 服务层及数据模型(模板编辑器仍在使用)
2026-07-20 23:41:17 +08:00
..
2026-06-15 15:17:40 +08:00
2026-07-11 16:29:07 +08:00
2026-06-15 15:17:40 +08:00
2026-06-15 15:17:40 +08:00

xiaoxia-saas API

结构

  • app/core/:配置与基础能力
  • app/api/:路由组织
  • app/schemas/:请求响应模型
  • app/dependencies.py:依赖注入入口
  • main.pyFastAPI 启动入口

当前可用接口

  • GET /api/health
  • GET /api/projects?workspace_id=...
  • POST /api/projects