Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
feat: only use single redis instance controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jan 4, 2023
1 parent d263d02 commit c113fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { ClusterControllerModule } from './controllers/cluster-controller.module
import { ControllerModule } from './controllers/controller.module';

@Module({
imports: [ControllerModule, ClusterControllerModule],
imports: [ControllerModule],
// imports: [ClusterControllerModule],
providers: [
{
provide: APP_GUARD,
Expand Down

0 comments on commit c113fb8

Please sign in to comment.