feature/alerts-and-map #2
Reference in New Issue
Block a user
Delete Branch "feature/alerts-and-map"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. devices.py: /tags 和 /export/csv 移到 /{device_id}(int) 之前, 避免 FastAPI 将 'tags'/'export' 当作 device_id 解析失败返回 422 2. audit.py: /logs/export/csv 移到 /logs/{log_id}(int) 之前,同上 3. auth.py: Header(...) → Header(None),统一为手动 401 返回, 消除全局最后一个 Header(...) 导致的 422 隐患 Co-Authored-By: Claude <noreply@anthropic.com>Pull request closed