diff --git a/src/main.ts b/src/main.ts index 051d3ea..97a7f24 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,6 +2,7 @@ import { NestFactory } from '@nestjs/core'; import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger'; import { AppModule } from './app.module'; +// changes // https://codeburst.io/integrating-swagger-with-nestjs-9650594ab728 async function bootstrap() {