We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2482b7 commit 75e0c7aCopy full SHA for 75e0c7a
benchmarks/middleware.js
@@ -13,7 +13,7 @@ while (n--) {
13
});
14
}
15
16
-app.use(function(req, res, next){
+app.use(function(req, res){
17
res.send('Hello World')
18
19
0 commit comments