Pavel Paroulek
Results
1
comments of
Pavel Paroulek
> I solved it by passing `original_req` parameter: > > ``` > app.runMiddleware('/another-route', {original_req: req}, function(err, data) { > ... > }); > ``` this worked for me