Update port

This commit is contained in:
Anthony Mineo 2020-08-31 15:45:46 -04:00
parent ef32d90030
commit 9176889086

View file

@ -33,6 +33,6 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, swaggerOptions);
SwaggerModule.setup('docs', app, document);
await app.listen(3000);
await app.listen(8080);
}
bootstrap();