chore: sync changes for v0.1.1

This commit is contained in:
万物街
2025-08-29 00:10:44 +08:00
parent 9dded57fb7
commit 4009b88ff0
73 changed files with 3128 additions and 1740 deletions

View File

@@ -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],