main edited removed test console message
This commit is contained in:
parent
e13b79012e
commit
b052622c6f
@ -31,7 +31,6 @@ async function bootstrap() {
|
|||||||
|
|
||||||
await app.listen(port);
|
await app.listen(port);
|
||||||
console.log(`✅ P'titsPas API is running on: ${await app.getUrl()}`);
|
console.log(`✅ P'titsPas API is running on: ${await app.getUrl()}`);
|
||||||
console.log(process.env.POSTGRES_DB);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bootstrap().catch((err) => {
|
bootstrap().catch((err) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user