diff --git a/src/main.ts b/src/main.ts index c33137d..0ff7e02 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(8065, '0.0.0.0');} +await app.listen(8068, '0.0.0.0');} console.log('API rodando na porta 8065 test 4'); bootstrap();