diff --git a/src/main.ts b/src/main.ts index c5efe91..a2d4b0d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,7 +2,6 @@ import { NestFactory } from '@nestjs/core'; import { AppModule } from './app.module'; import { ValidationPipe } from '@nestjs/common'; -//another test async function bootstrap() { const app = await NestFactory.create(AppModule); app.setGlobalPrefix('api');