Merge branch 'docs/k8s-workflow' into homolog

This commit is contained in:
2026-01-29 12:42:01 -03:00
13 changed files with 287 additions and 8 deletions

View File

@@ -20,6 +20,6 @@ async function bootstrap() {
.build();
const document = SwaggerModule.createDocument(app, options);
SwaggerModule.setup("docs", app, document);
await app.listen(8065);
await app.listen(8067);
}
bootstrap();