UNPKG

ncrudify

Version:

Configurable CRUD module for NestJS and Mongoose.

9 lines (7 loc) 200 B
import { Module } from "@nestjs/common"; import { HealthController } from "./health.controller"; @Module({ controllers: [HealthController], providers: [], }) export class HealthModule {}