Merge branch 'main' of https://github.com/JurunenseDesenvolvimento/vendaweb_api
This commit is contained in:
@@ -19,6 +19,6 @@ async function bootstrap() {
|
||||
.build();
|
||||
const document = SwaggerModule.createDocument(app, options);
|
||||
SwaggerModule.setup("docs", app, document);
|
||||
await app.listen(3002);
|
||||
await app.listen(8065);
|
||||
}
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user