up
This commit is contained in:
@@ -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 } })
|
||||
|
||||
Reference in New Issue
Block a user