From fa6f0e0f499fb15254a4c52331059fae043eb2a8 Mon Sep 17 00:00:00 2001 From: Joelbrit0 Date: Thu, 29 Jan 2026 12:43:41 -0300 Subject: [PATCH] chore: organize project and update service --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4f9ba01..fbf12e6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,6 +20,6 @@ async function bootstrap() { .build(); const document = SwaggerModule.createDocument(app, options); SwaggerModule.setup("docs", app, document); - await app.listen(8067); + await app.listen(8066); } bootstrap();