- default(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>, next: NextFunction): undefined | Response<any, Record<string, any>>
-
Parameters
-
req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
-
res: Response<any, Record<string, any>>
-
next: NextFunction
Returns undefined | Response<any, Record<string, any>>
This middleware will find current connected service from current user and save that to
res.locals.currentConnectedService
Author
aayushchugh