Metadata for defining routes using decorators. RouteDefinition
The HTTP method for the route.
Optional
Middlewares to run before the route handler.
The URL path pattern for the route.
The name of the controller method handling the route.
Metadata describing the route's schema.
Metadata for defining routes using decorators. RouteDefinition