feat(CC-067): register AssumptionsModule + OutcomeReviewsModule
This commit is contained in:
parent
71b2ed43ee
commit
8c0d366300
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ function parseRedisConnection(redisUrl: string | undefined) {
|
|||
};
|
||||
}
|
||||
|
||||
import { AssumptionsModule } from './assumptions/assumptions.module';
|
||||
import { OutcomeReviewsModule } from './outcome-reviews/outcome-reviews.module';
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({ isGlobal: true }),
|
||||
|
|
|
|||
Loading…
Reference in a new issue