fix: update server port from 8065 to 8068
Deploy NestJS API / build-and-push-deploy (push) Successful in 4m29s
Details
Deploy NestJS API / build-and-push-deploy (push) Successful in 4m29s
Details
This commit is contained in:
parent
6360675ebf
commit
df466ddaba
|
|
@ -20,6 +20,6 @@ async function bootstrap() {
|
||||||
.build();
|
.build();
|
||||||
const document = SwaggerModule.createDocument(app, options);
|
const document = SwaggerModule.createDocument(app, options);
|
||||||
SwaggerModule.setup("docs", app, document);
|
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');
|
console.log('API rodando na porta 8065 test 4');
|
||||||
bootstrap();
|
bootstrap();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue