Skip to content

Commit 76c079f

Browse files
committed
test
1 parent 61d4557 commit 76c079f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/src/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ async function bootstrap() {
2323
const swaggerDocumentBuilder = new SwaggerDocumentBuilder(app);
2424
swaggerDocumentBuilder.setupSwagger();
2525

26-
await app.listen(5000);
26+
await app.listen(9002);
27+
logger.log(`🚀 ${configService.getOrThrow("APP_NAME")} service started successfully on port ${port}`);
2728
}
2829

2930
bootstrap();

0 commit comments

Comments
 (0)