Merge branch 'fixImport' into 'main'
fix import typo See merge request v3/service/territory!15
This commit is contained in:
commit
484ac4cf1a
|
@ -13,7 +13,7 @@ async function bootstrap() {
|
|||
protoPath: [
|
||||
join(
|
||||
__dirname,
|
||||
'modules/territories/adapters/primaries/territory.proto',
|
||||
'modules/territory/adapters/primaries/territory.proto',
|
||||
),
|
||||
join(__dirname, 'modules/health/adapters/primaries/health.proto'),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue