From ef941a6fe430418325283ef9b50275fc61b4ea37 Mon Sep 17 00:00:00 2001 From: "Mamadou Khoussa [028918 DSI/DAC/DIF/DS]" Date: Mon, 1 Dec 2025 00:41:28 +0000 Subject: [PATCH] fix it --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 65ec096..b954b43 100644 --- a/src/main.ts +++ b/src/main.ts @@ -43,7 +43,7 @@ async function bootstrap() { res.json(document); }); - const port = process.env.PORT || 3004; + const port = process.env.PORT || 3000; await app.listen(port); console.log(`Application is running on: http://localhost:${port}`); console.log(`Swagger docs: http://localhost:${port}/api/docs`);