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

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

Version Info

Tagged at
a year ago