main edited removed test console message

This commit is contained in:
sdraris 2025-08-29 09:58:34 +02:00
parent e13b79012e
commit b052622c6f

View File

@ -31,7 +31,6 @@ async function bootstrap() {
await app.listen(port);
console.log(`✅ P'titsPas API is running on: ${await app.getUrl()}`);
console.log(process.env.POSTGRES_DB);
}
bootstrap().catch((err) => {