@banana-universe/bananajs / Patch
Variable: Patch
constPatch: (path,middlewares?) =>MethodDecorator
Defined in: packages/bananajs/src/lib/Router/Route.decorator.ts:69
Method decorator for HTTP PATCH requests.
Parameters
path?
string = ''
The endpoint path.
middlewares?
RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>[]
Optional middleware functions.
Returns
MethodDecorator
A method decorator.