This commit is contained in:
Mamadou Khoussa [028918 DSI/DAC/DIF/DS] 2025-12-01 00:41:28 +00:00
parent 29e82bc746
commit ef941a6fe4

View File

@ -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`);