refactor main.ts
This commit is contained in:
parent
2d612a77d8
commit
aa06b8c54c
|
@ -19,7 +19,7 @@ async function bootstrap() {
|
||||||
'modules/health/interface/grpc-controllers/health.proto',
|
'modules/health/interface/grpc-controllers/health.proto',
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
url: process.env.SERVICE_URL + ':' + process.env.SERVICE_PORT,
|
url: `${process.env.SERVICE_URL}:${process.env.SERVICE_PORT}`,
|
||||||
loader: { keepCase: true },
|
loader: { keepCase: true },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue