mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
synced 2026-01-10 21:02:41 +00:00
refactor main.ts
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user