diff --git a/server/src/main.ts b/server/src/main.ts index d764600e..d301eda0 100644 --- a/server/src/main.ts +++ b/server/src/main.ts @@ -5,6 +5,7 @@ import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger'; async function bootstrap() { const PORT = process.env.PORT || 3000; const app = await NestFactory.create(AppModule); + console.log(111) const config = new DocumentBuilder() .setTitle('XIAOJU SURVEY')