mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 05:52:40 +00:00
basic ad entity without direction
This commit is contained in:
@@ -13,6 +13,7 @@ import { AD_REPOSITORY } from '@modules/ad/ad.di-tokens';
|
||||
import { MESSAGE_PUBLISHER } from '@modules/messager/messager.di-tokens';
|
||||
import { HealthModuleOptions } from '@mobicoop/health-module/dist/core/domain/types/health.types';
|
||||
import { MessagePublisherPort } from '@mobicoop/ddd-library';
|
||||
import { GeographyModule } from '@modules/geography/geography.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -59,6 +60,7 @@ import { MessagePublisherPort } from '@mobicoop/ddd-library';
|
||||
}),
|
||||
}),
|
||||
AdModule,
|
||||
GeographyModule,
|
||||
MessagerModule,
|
||||
],
|
||||
exports: [AdModule, MessagerModule],
|
||||
|
||||
Reference in New Issue
Block a user