mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
added port env
This commit is contained in:
parent
9f5c23c7c9
commit
7648b6432a
@ -22,6 +22,6 @@ async function bootstrap() {
|
||||
})
|
||||
);
|
||||
|
||||
await app.listen(3000);
|
||||
await app.listen(process.env.PORT || 3000);
|
||||
}
|
||||
bootstrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user