Ajuste de workflow
This commit is contained in:
parent
0936c239b9
commit
709bb86e1b
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue