We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d656727 commit b8a0b71Copy full SHA for b8a0b71
2 files changed
src/api/controllers/health.controller.ts
@@ -1,4 +1,5 @@
1
import { WAMonitoringService } from '@api/services/monitor.service';
2
+
3
import { PrismaRepository } from '../repository/repository.service';
4
5
export class HealthController {
src/api/routes/health.router.ts
import { healthController } from '@api/server.module';
+import { Router } from 'express';
import { RouterBroker } from '../abstract/abstract.router';
import { HttpStatus } from './index.router';
0 commit comments