MCPcopy Create free account
hub / github.com/RemoteState/nodejs-ecs /

Class

src/controller/healthController.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { NextFunction, Request, Response } from 'express';
2
3export default class HealthController {
4 private static instance: HealthController;
5 private constructor() {}
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected