This commit is contained in:
Николай Вигдоров
2025-03-02 12:13:01 +03:00
parent 12b3d5b23c
commit 5e91f028d9
7 changed files with 200 additions and 12 deletions

View File

@ -22,7 +22,7 @@ async function bootstrap() {
SwaggerModule.setup('api', app, document);
await app.listen(process.env.PORT ?? 3000);
await app.listen(4005);
}
void bootstrap();