PUT
Handles building out PUT based routing
Arguments
Name | Type | Description | Optional |
handler | Function | The function to call to handle the route action | No |
middleware | Array | An array of middleware functions to use for this method | Yes |
Usage
Using the method is simply, passing it within the route
function like so
Last updated