Patch
function Patch(path: string): FunctionRegisters the decorated method as a handler for PATCH path.
path string · The URL path pattern to match.
returns Function
Learn: Controller classes
function Patch(path: string): FunctionRegisters the decorated method as a handler for PATCH path.
path string · The URL path pattern to match.
returns Function
Learn: Controller classes