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