“nestjs return restry response” Ответ

nestjs return restry response

throw new HttpException('Forbidden', HttpStatus.FORBIDDEN);
// or
throw new HttpException('Not found', HttpStatus.NOT_FOUND);
The Great Manu

nestjs return restry response

throw new HttpException('Forbidden', HttpStatus.FORBIDDEN);
// or
throw new HttpException(`Not found`, HttpStatus.NOT_FOUND);
The Great Manu

Ответы похожие на “nestjs return restry response”

Вопросы похожие на “nestjs return restry response”

Больше похожих ответов на “nestjs return restry response” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования