lexer21

Results 2 issues of lexer21

Hello, I'm trying to use this project as the frontend for my fullstack application. The problem arrises when I move this project in a folder s.t. it is not longer...

Hi, im fairly new to nest, so i'm still figuring things out. I have the following controller: ``` @Post() @ApiBearerAuth() @HttpCode(HttpStatus.CREATED) @UseGuards(AuthGuard()) @ApiOkResponse({ type: CarListingDetailResponseDto, description: 'Create car listing and...