I am trying to use ConfigService in my users.module.ts but I am getting an Error: Nest can't resolve …
typescript nestjs nestjs-configMy controller code is something like this. @Controller('customer') export class CustomerController{ constructor(private readonly customerService: CustomerService){} @Post('lookup') async …
swagger swagger-ui nestjs nestjs-swagger nestjs-config