chore: sync changes for v0.1.1
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { HealthController } from './healthController';
|
||||
import { HealthzController } from './healthzController';
|
||||
import { HealthService } from './healthService';
|
||||
import { QueueModule } from '@wwjCore/queue/queueModule';
|
||||
@@ -15,7 +14,6 @@ import { EventModule } from '@wwjCore/event/eventModule';
|
||||
EventModule,
|
||||
],
|
||||
controllers: [
|
||||
HealthController,
|
||||
HealthzController,
|
||||
],
|
||||
providers: [HealthService],
|
||||
|
||||
Reference in New Issue
Block a user