From 6360675ebff3ee247e376bf0cbbfe411fb22f8fc Mon Sep 17 00:00:00 2001 From: joelson Date: Thu, 8 Jan 2026 19:41:28 -0300 Subject: [PATCH] teste --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 3a6f01a..c33137d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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();