:ajuste na porta para 8065
Deploy NestJS API / build-and-push-deploy (push) Successful in 4m33s
Details
Deploy NestJS API / build-and-push-deploy (push) Successful in 4m33s
Details
This commit is contained in:
parent
b330910fbf
commit
cedcb43939
|
|
@ -20,6 +20,6 @@ async function bootstrap() {
|
|||
.build();
|
||||
const document = SwaggerModule.createDocument(app, options);
|
||||
SwaggerModule.setup("docs", app, document);
|
||||
await app.listen(8068, '0.0.0.0');}
|
||||
await app.listen(8065, '0.0.0.0');}
|
||||
console.log('API rodando na porta 8066 test 3');
|
||||
bootstrap();
|
||||
|
|
|
|||
Loading…
Reference in New Issue