Specifies an optional HTTP Request host filter. When configured, methods within the controller will only be routed if the request host matches the specified value.
Specifies an optional route path prefix
. The prefix is pre-pended to the
path specified in any request decorator in the class.
Specifies the lifetime of an injected Provider or Controller.
Generated using TypeDoc
Interface defining options that can be passed to
@Controller()
decorator