deno.land / x / alosaur@v1.1.1 / examples / basic / areas / root / root.controller.ts
12345678910import { Controller, Get } from "alosaur/mod.ts";
@Controller()export class RootController { @Get() public async getRoot() { return "root page"; }}
Version Info