Skip to main content
Module

x/dactyl/mod.ts>Controller

Web framework for Deno, built on top of Oak 🦇
Latest
function Controller
import { Controller } from "https://deno.land/x/dactyl@v0.1.0-alpha/mod.ts";

Controller Class decorator responsible for initialising metadata on the controller class. Defines the prefix for all subsequent routes defined on the controller.

Parameters

optional
prefix: string = [UNSUPPORTED]

Returns

ClassDecorator