Смена порта на 43373

This commit is contained in:
2024-09-12 22:07:26 +04:00
parent 6d77476a57
commit 175bc115ff

View File

@@ -40,7 +40,7 @@ async function bootstrap() {
];
SwaggerModule.setup("api-docs", app, swaggerDocument);
await app.listen(3000);
await app.listen(43373);
}
bootstrap().then();