Stratal API Reference
    Preparing search index...

    Type Alias MiddlewareRouteTarget

    MiddlewareRouteTarget: Constructor<IController> | RouteInfo | "*"

    Valid targets for middleware routes

    • Controller class: Apply to all routes in that controller
    • RouteInfo: Apply to specific path/method combination
    • '*': Apply to all routes (global middleware)