• Marks a controller class to be registered under the provided base route.

    Parameters

    • baseRoute: `/${string}`

      The base route of the controller. Any endpoints inside this class will be prefixed with this.

    Returns ClassDecorator