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> |
||
|---|---|---|
| .. | ||
| admin.controller.ts | ||
| auth.controller.ts | ||
| health.controller.ts | ||
| index.ts | ||
| kyc.controller.ts | ||
| password.controller.ts | ||
| sms.controller.ts | ||
| user.controller.ts | ||