chore: organize project and update service
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m13s

This commit is contained in:
2026-01-29 11:49:01 -03:00
parent 3b8b079123
commit f2b629eaad
5 changed files with 7 additions and 7 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();