deno.land / x / alosaur@v1.1.1 / examples / basic / areas / root / root.controller.ts

root.controller.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { Controller, Get } from "alosaur/mod.ts";
@Controller()export class RootController { @Get() public async getRoot() { return "root page"; }}
alosaur

Version Info

Tagged at
a year ago