Forum Discussion

micscopau's avatar
micscopau
New Member
2 months ago

Endpoint Expansion

I am using @nestjs/swagger to auto generate my swagger page. This is my config setup: ```  const config = new DocumentBuilder()     .setTitle("Swagger API")     .setDescription("The API")     ....