Compare commits
2 Commits
6fe94a4a7c
...
b034330e34
| Author | SHA1 | Date |
|---|---|---|
|
|
b034330e34 | |
|
|
61cdae600c |
|
|
@ -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);
|
await app.listen(8066, '0.0.0.0');}
|
||||||
}
|
console.log('API rodando na porta 8066');
|
||||||
bootstrap();
|
bootstrap();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue