rwadurian/backend/services/auth-service/src/api
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
..
controllers fix(auth-service): add 'auth/' prefix to controller routes for Kong compatibility 2026-01-14 08:53:48 -08:00
api.module.ts feat(cdc): 添加 legacy 用户批量同步功能 2026-01-11 20:17:46 -08:00