teste
Deploy NestJS API / build-and-push-deploy (push) Successful in 4m41s Details

This commit is contained in:
joelson 2026-01-08 19:41:28 -03:00
parent cedcb43939
commit 6360675ebf
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, options);
SwaggerModule.setup("docs", app, document);
await app.listen(8065, '0.0.0.0');}
console.log('API rodando na porta 8066 test 3');
console.log('API rodando na porta 8065 test 4');
bootstrap();