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