Skip to content

Commit 5e5844c

Browse files
committed
refactor(wizard): fix controller
1 parent 6311bee commit 5e5844c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wizard/wizard.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Module } from '@nestjs/common';
22
import { WizardService } from 'omniboxd/wizard/wizard.service';
33
import {
4+
CollectController,
45
SharedWizardController,
56
WizardController,
67
} from 'omniboxd/wizard/wizard.controller';
@@ -39,6 +40,7 @@ import { ResourcesModule } from 'omniboxd/resources/resources.module';
3940
],
4041
controllers: [
4142
WizardController,
43+
CollectController,
4244
SharedWizardController,
4345
InternalWizardController,
4446
OpenWizardController,

0 commit comments

Comments
 (0)