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