mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
parent
e2482b7e36
commit
75e0c7a2c9
|
|
@ -13,7 +13,7 @@ while (n--) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
app.use(function(req, res, next){
|
app.use(function(req, res){
|
||||||
res.send('Hello World')
|
res.send('Hello World')
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user