From aee5b85d03b8a301d67e012ab2196db4e08cca97 Mon Sep 17 00:00:00 2001 From: Sparsh Kumar Date: Fri, 4 Mar 2022 21:50:34 +0530 Subject: [PATCH] new changes --- src/main.ts | 1 + 1 file changed, 1 insertion(+) 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() {