ForcePilot/server/routers
2025-06-28 20:19:26 +08:00
..
__init__.py 继续优化接口,移除无关模块:(1)移除原本的 Token 管理模块;(2)所有 API 请求使用 /api 前缀;(3)移除重复的中间件验证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化 2025-05-10 10:53:14 +08:00
auth_router.py style: fix ruff check 2025-05-24 11:29:45 +08:00
base_router.py chore: 移除 Chat 、Retriever 相关代码,知识库与知识图谱默认开启且无法修改 2025-06-27 01:52:59 +08:00
chat_router.py chore: 移除 Chat 、Retriever 相关代码,知识库与知识图谱默认开启且无法修改 2025-06-27 01:52:59 +08:00
data_router.py fix: 更新数据库路径和日志配置,确保兼容性和可维护性 2025-06-28 20:19:26 +08:00