import { Ctx } from "https://deno.land/x/alosaur@v0.30.0/src/decorator/mod.ts";
Injects a context parameter value to the controller action parameter. Must be applied on a controller action parameter.
import { Ctx } from "https://deno.land/x/alosaur@v0.30.0/src/decorator/mod.ts";
Injects a context parameter value to the controller action parameter. Must be applied on a controller action parameter.