deno.land / x / alosaur@v1.1.1 / examples / basic / areas / health / health.area.ts
123456789import { Area } from "alosaur/mod.ts";import { HealthController } from "./health.controller.ts";
@Area({ baseRoute: "/health", controllers: [HealthController],})export class HealthArea {}
Version Info