UNPKG

nestjs-mvc-tools

Version:

NestJS MVC Tools is a small set of tools designed to help you get started more easily with traditional web development approaches in NestJS.

5 lines (3 loc) 168 B
import { application } from "./application"; import { HelloWorldController } from "./hello_world_controller"; application.register("hello", HelloWorldController);