diff --git a/src/main.ts b/src/main.ts index b4a9802..261f0bd 100644 --- a/src/main.ts +++ b/src/main.ts @@ -19,6 +19,6 @@ async function bootstrap() { .build(); const document = SwaggerModule.createDocument(app, options); SwaggerModule.setup("docs", app, document); - await app.listen(3002); + await app.listen(8065); } bootstrap();