We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6311bee commit 5e5844cCopy full SHA for 5e5844c
src/wizard/wizard.module.ts
@@ -1,6 +1,7 @@
1
import { Module } from '@nestjs/common';
2
import { WizardService } from 'omniboxd/wizard/wizard.service';
3
import {
4
+ CollectController,
5
SharedWizardController,
6
WizardController,
7
} from 'omniboxd/wizard/wizard.controller';
@@ -39,6 +40,7 @@ import { ResourcesModule } from 'omniboxd/resources/resources.module';
39
40
],
41
controllers: [
42
43
44
45
InternalWizardController,
46
OpenWizardController,
0 commit comments