showing results for - "node express dynamic route and error handler"
Idriss
11 Mar 2020
1app.use(function (req, res, next) {
2  res.status(404).send("Sorry can't find that!")
3})
4