refactor main.ts

This commit is contained in:
sbriat 2023-06-29 10:29:33 +02:00
parent 2d612a77d8
commit aa06b8c54c
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
}, },
}); });