mirror of
https://gitlab.com/mobicoop/v3/service/territory.git
synced 2026-02-01 21:30:45 +00:00
Merge branch 'fixImport' into 'main'
fix import typo See merge request v3/service/territory!15
This commit is contained in:
@@ -13,7 +13,7 @@ async function bootstrap() {
|
|||||||
protoPath: [
|
protoPath: [
|
||||||
join(
|
join(
|
||||||
__dirname,
|
__dirname,
|
||||||
'modules/territories/adapters/primaries/territory.proto',
|
'modules/territory/adapters/primaries/territory.proto',
|
||||||
),
|
),
|
||||||
join(__dirname, 'modules/health/adapters/primaries/health.proto'),
|
join(__dirname, 'modules/health/adapters/primaries/health.proto'),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user