File

src/health/health.module.ts

Controllers

import { Module } from '@nestjs/common';
import { HealthController } from './health.controller';

@Module({
  controllers: [HealthController],
})
export class HealthModule {}

results matching ""

    No results matching ""