Commit Graph

4 Commits

Author SHA1 Message Date
Cheng Zhou cb36606607 修复路由前缀重复导致的502错误
问题:api_permissions.py 中的路由已包含 /studies/{study_id},
但在 router.py 中又添加了相同前缀,导致路径重复:
/studies/{study_id}/api-permissions/studies/{study_id}

修复:移除 api_permissions.py 中的 /studies/{study_id} 路径前缀,
只保留相对路径 "" 和 "",由 router.py 的 include_router 提供前缀。

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-14 09:50:28 +08:00
Cheng Zhou 4c98147f3e 登录页UI及长时间未操作锁定逻辑优化 2026-03-10 10:10:58 +08:00
Cheng Zhou 8e258d21a7 chore: stop tracking frontend node_modules 2026-01-20 08:52:54 +08:00
Cheng Zhou 4f50237f56 简单汉化 2025-12-17 19:23:34 +08:00