mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-19 17:34:43 +00:00
Update port
This commit is contained in:
parent
ef32d90030
commit
9176889086
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue