implementação do logger
This commit is contained in:
@@ -23,6 +23,6 @@ async function bootstrap() {
|
||||
const document = SwaggerModule.createDocument(app, config);
|
||||
SwaggerModule.setup('docs', app, document);
|
||||
|
||||
await app.listen(9000);
|
||||
await app.listen(9002);
|
||||
}
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user