feat(CC-066): register ActionPlansModule + ScenariosModule
This commit is contained in:
parent
e25a83e557
commit
5de297c848
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ import { PipelineModule } from './pipeline/pipeline.module';
|
|||
|
||||
import { SessionGuard } from './auth/session.guard';
|
||||
import { TenantGuard } from './auth/tenant.guard';
|
||||
import { ActionPlansModule } from './action-plans/action-plans.module';
|
||||
import { ScenariosModule } from './scenarios/scenarios.module';
|
||||
|
||||
function parseRedisConnection(redisUrl: string | undefined) {
|
||||
if (!redisUrl) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue