This commit is contained in:
2025-11-12 15:22:38 +03:30
parent 70975e96a6
commit 8c02c80a09
3 changed files with 5 additions and 9 deletions
@@ -9,7 +9,7 @@ import { RefreshTokenDto } from '../dto/refresh-token.dto';
@ApiTags('admin/auth')
@Controller('admin/auth')
export class AuthController {
export class AdminAuthController {
constructor(private readonly authService: AuthService) {}
@Throttle({ default: { limit: 3, ttl: 180_000 } })