Route.put constructor
const
Route.put(
- String route
Route PUT requests matching route to annotated method.
Implementation
const Route.put(this.route) : verb = 'PUT';
Route PUT requests matching route to annotated method.
const Route.put(this.route) : verb = 'PUT';