import { Put } from "https://deno.land/x/alosaur_lite@v0.1.1/src/decorators.ts";
Registers an action to be executed when POST request comes on a given route. Must be applied on a controller action.
x/alosaur_lite/src/decorators.ts>Put
import { Put } from "https://deno.land/x/alosaur_lite@v0.1.1/src/decorators.ts";
Registers an action to be executed when POST request comes on a given route. Must be applied on a controller action.