Refacto environment service (#4473)
* Refacto environment service * Remove environment variable type
This commit is contained in:
@ -53,7 +53,7 @@ const bootstrap = async () => {
|
||||
}),
|
||||
);
|
||||
|
||||
await app.listen(app.get(EnvironmentService).getPort());
|
||||
await app.listen(app.get(EnvironmentService).get('PORT'));
|
||||
};
|
||||
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user