From aa06b8c54c1822a82123b991a49577773451f423 Mon Sep 17 00:00:00 2001 From: sbriat Date: Thu, 29 Jun 2023 10:29:33 +0200 Subject: [PATCH] refactor main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 505ada1..e12915e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -19,7 +19,7 @@ async function bootstrap() { '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 }, }, });