rwadurian/backend/services/identity-service/src
Developer 12032b905f fix(identity-service): 修复 MPC 服务调用路径
问题: identity-service 调用 mpc-service 返回 404
原因: mpc-service 有全局前缀 /api/v1,但调用路径缺少此前缀

修复:
- mpc-client.service.ts: 添加 /api/v1 前缀到 MPC API 调用路径
- kong.yml: 添加 /api/v1/mpc-party 路由

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 16:49:49 -08:00
..
api . 2025-11-30 06:44:57 -08:00
application . 2025-11-30 06:44:57 -08:00
config . 2025-11-24 06:58:46 +00:00
domain . 2025-11-30 06:44:57 -08:00
infrastructure fix(identity-service): 修复 MPC 服务调用路径 2025-12-03 16:49:49 -08:00
shared . 2025-11-24 06:58:46 +00:00
app.module.ts . 2025-11-30 06:44:57 -08:00
main.ts . 2025-11-24 06:58:46 +00:00