Controller
This page summarizes the information & use of the controller component.
Concepts
Usage
@Controller(baseRoute?: string)import { Controller } from "https://deno.land/x/mandarinets/mod.ts";
@Controller()
export class MyController {
}Last updated