rwadurian/backend/services/mpc-service
Developer e4abc7eb83 fix(mpc-service): 添加 /api/v1 前缀到 coordinator-client 路径
session-coordinator 的 API 路由注册在 /api/v1/sessions 下,
但 coordinator-client 调用的是 /sessions(404 错误)。

修复所有端点路径:
- /sessions/join -> /api/v1/sessions/join
- /sessions/report-completion -> /api/v1/sessions/report-completion
- /sessions/{id}/status -> /api/v1/sessions/{id}/status
- /sessions/report-failure -> /api/v1/sessions/report-failure

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 21:06:06 -08:00
..
database/migrations feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
docs feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
prisma feat(mpc-service): 添加初始数据库 migration 2025-12-02 10:03:03 -08:00
src fix(mpc-service): 添加 /api/v1 前缀到 coordinator-client 路径 2025-12-03 21:06:06 -08:00
tests feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
.env.example feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
.gitignore feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
Context(微服务)架构.jpg feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
Dockerfile fix(mpc-service): 改用 Debian slim 基础镜像 2025-12-03 19:57:11 -08:00
MPC-Service-Context-Complete-Specification.md feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
docker-compose.yml feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
nest-cli.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
package-lock.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
package.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
tsconfig.json feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00
项目目录架构.jpg feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00