api端报错修正
This commit is contained in:
Generated
+1497
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@ import { AnalyticsController, PromoController } from './analytics.controller';
|
|||||||
import { AnalyticsService } from './analytics.service';
|
import { AnalyticsService } from './analytics.service';
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [IamModule],
|
imports: [forwardRef(() => IamModule)],
|
||||||
controllers: [AnalyticsController, PromoController],
|
controllers: [AnalyticsController, PromoController],
|
||||||
providers: [AnalyticsService],
|
providers: [AnalyticsService],
|
||||||
exports: [AnalyticsService],
|
exports: [AnalyticsService],
|
||||||
|
|||||||
Reference in New Issue
Block a user