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