gatex
    Preparing search index...

    Function Middleware

    • Attaches Express middleware(s) to a repository method. These middlewares will run before the main method handler.

      Parameters

      • ...middlewares: RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>[]

        A list of Express RequestHandler functions.

      Returns (target: any, propertyKey: string | symbol) => void

      A method decorator.