diff --git a/src/main.ts b/src/main.ts index fbf12e6..4f9ba01 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,6 +20,6 @@ async function bootstrap() { .build(); const document = SwaggerModule.createDocument(app, options); SwaggerModule.setup("docs", app, document); - await app.listen(8066); + await app.listen(8067); } bootstrap();