Ajuste de workflow

This commit is contained in:
JurTI-BR 2025-03-11 17:22:44 -03:00
parent 0936c239b9
commit 709bb86e1b
1 changed files with 1 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();