modificada variable de entorno host en api
This commit is contained in:
@@ -30,6 +30,6 @@ export const bootstrap = async (app: NestExpressApplication) => {
|
||||
|
||||
await swagger(app);
|
||||
await app.listen(envs.port!, () => {
|
||||
logger.log(`This application started at ${envs.host}:${envs.port}`);
|
||||
logger.log(`This application started at ${envs.host_api}:${envs.port}`);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user