Compare commits
No commits in common. "b034330e34f34894ecb4786f31469a8e6b3ceff0" and "6fe94a4a7c413d1c4eb6c7eace5c6abcc179bfc4" have entirely different histories.
b034330e34
...
6fe94a4a7c
|
|
@ -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(8066, '0.0.0.0');}
|
await app.listen(8066);
|
||||||
console.log('API rodando na porta 8066');
|
}
|
||||||
bootstrap();
|
bootstrap();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue