This commit is contained in:
eduardoestevao-appsoluti
2025-03-12 15:32:07 -03:00
2 changed files with 33 additions and 1 deletions

View File

@@ -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();