diff --git a/src/main.ts b/src/main.ts index 9160a01..1df0373 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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'), ],