import { Router } from "https://deno.land/x/http_wrapper@v0.5.0/Router.ts";
Register a PATCH endpoint
Parameters
func: (req: ServerRequest, vars: RouteVariables) => void
- The function that will be run when this endpoint is called.
import { Router } from "https://deno.land/x/http_wrapper@v0.5.0/Router.ts";
Register a PATCH endpoint