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> |
||
|---|---|---|
| .. | ||
| api | ||
| application | ||
| domain | ||
| infrastructure | ||
| shared | ||
| app.module.ts | ||
| main.ts | ||