diff --git a/features/platform-analytics/backend-api/src/app.module.ts b/features/platform-analytics/backend-api/src/app.module.ts index e00fd465a..8d3dc0892 100644 --- a/features/platform-analytics/backend-api/src/app.module.ts +++ b/features/platform-analytics/backend-api/src/app.module.ts @@ -21,6 +21,7 @@ import { ProviderContentModule } from './modules/provider-content/provider-conte import { ProviderEarningsModule } from './modules/provider-earnings/provider-earnings.module'; import { RealtimeModule } from './modules/realtime'; import { RevenueModule } from './modules/revenue'; +import { SeoModule } from './modules/seo'; import { TrackingModule } from './modules/tracking'; import { ProcessorsModule } from './processors/processors.module'; @@ -101,6 +102,7 @@ const registry = buildDeploymentRegistry({ ErrorsModule, ABTestingModule, ExternalPlatformAnalyticsModule, + SeoModule, // Background job processors ProcessorsModule,