rwadurian/backend/services/auth-service/src
hailin c852f24a72 fix(auth-service): add 'auth/' prefix to controller routes for Kong compatibility
Kong routes /api/v2/auth/* to auth-service without stripping the path,
so controllers need 'auth/' prefix to match frontend requests:
- SmsController: 'sms' -> 'auth/sms'
- PasswordController: 'password' -> 'auth/password'
- UserController: 'user' -> 'auth/user'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 08:53:48 -08:00
..
api fix(auth-service): add 'auth/' prefix to controller routes for Kong compatibility 2026-01-14 08:53:48 -08:00
application feat(sync): 完善 CDC 数据同步 - 添加推荐关系、认种记录和昵称字段 2026-01-12 02:48:15 -08:00
domain feat(sync): 完善 CDC 数据同步 - 添加推荐关系、认种记录和昵称字段 2026-01-12 02:48:15 -08:00
infrastructure feat(auth): implement transactional idempotent CDC consumer for 1.0->2.0 sync 2026-01-12 19:29:42 -08:00
shared feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
app.module.ts feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
main.ts feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00