chore: organize project and update service

This commit is contained in:
2026-01-29 12:43:41 -03:00
parent c9335a27e5
commit fa6f0e0f49

View File

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