• This middleware will find current connected service from current user and save that to res.locals.currentConnectedService

    Author

    aayushchugh

    Parameters

    • req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>

      express request

    • res: Response<any, Record<string, any>>

      express response

    • next: NextFunction

      express next function

    Returns undefined | Response<any, Record<string, any>>

Generated using TypeDoc