| 1 | import { NextFunction, Request, Response } from 'express'; |
| 2 | |
| 3 | export default class HealthController { |
| 4 | private static instance: HealthController; |
| 5 | private constructor() {} |
| 6 |
nothing calls this directly
no outgoing calls
no test coverage detected