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> |
||
|---|---|---|
| .. | ||
| prisma | ||
| src | ||
| .env.example | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||