I have the following code:
function respondV1(_req: Request, _res: Response, next: NextFunction) { app.use(\'/api\', v1Router); next(); } app.use(expressLogg