Loading nestjs/fedify.middleware.ts +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,8 @@ export function integrateFederation<TContextData>( if (notFound || (notAcceptable && req.route != null)) return; await setEResponse(res, response); next(); } } Loading Loading
nestjs/fedify.middleware.ts +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,8 @@ export function integrateFederation<TContextData>( if (notFound || (notAcceptable && req.route != null)) return; await setEResponse(res, response); next(); } } Loading