upd port
This commit is contained in:
parent
d4423d9e33
commit
606c479a23
|
|
@ -14,6 +14,6 @@ async function bootstrap() {
|
|||
const documentFactory = () => SwaggerModule.createDocument(app, config);
|
||||
SwaggerModule.setup('api', app, documentFactory);
|
||||
|
||||
await app.listen(process.env.PORT ?? 8001);
|
||||
await app.listen(process.env.PORT ?? 4000);
|
||||
}
|
||||
bootstrap();
|
||||
|
|
|
|||
Loading…
Reference in New Issue