photoncloud-monorepo/chainfire/crates
centra 96ae61421a fix(chainfire): Chain KV route handlers in axum router
Axum 0.7 route registration requires chaining handlers for the same
path. Multiple .route() calls for "/api/v1/kv/{key}" overwrote each
other, leaving only DELETE accessible. Changed to chain all methods:
.route("/path", get(h).put(h).delete(h))

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 16:52:51 +09:00
..
chainfire-api feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
chainfire-core feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
chainfire-gossip Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00
chainfire-proto Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00
chainfire-raft feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
chainfire-server fix(chainfire): Chain KV route handlers in axum router 2025-12-19 16:52:51 +09:00
chainfire-storage feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
chainfire-types feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00
chainfire-watch feat: Batch commit for T039.S3 deployment 2025-12-13 04:34:51 +09:00