404 Tanggapan di Express

app.use(function (req, res, next) {
  res.status(404).send("Sorry can't find that!")
})
Open Oystercatcher