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
..
2025-12-16 15:55:08 +08:00
2026-01-12 11:14:04 +08:00
2026-05-13 15:18:02 +08:00
2026-05-14 09:50:28 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 08:58:03 +08:00
2026-05-12 10:16:52 +08:00
2026-05-13 08:58:03 +08:00
2026-02-04 10:52:34 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 15:18:02 +08:00
2026-05-13 15:18:02 +08:00
2025-12-16 19:35:26 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 16:37:23 +08:00
2026-05-13 08:58:03 +08:00
2026-02-04 10:52:34 +08:00
2026-05-13 08:58:03 +08:00
2026-05-14 09:01:01 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 14:16:15 +08:00
2026-05-13 15:18:02 +08:00
2026-05-13 16:37:23 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 08:58:03 +08:00
2026-02-28 14:33:57 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 08:58:03 +08:00
2026-05-13 15:18:02 +08:00
2026-03-27 17:26:46 +08:00
2026-05-13 08:58:03 +08:00