ForcePilot/server/routers
2025-05-24 11:29:45 +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 style: fix ruff check 2025-05-24 11:29:45 +08:00
chat_router.py style: fix ruff check 2025-05-24 11:29:45 +08:00
data_router.py style: fix ruff check 2025-05-24 11:29:45 +08:00