changed the 404 msg
This commit is contained in:
parent
3a7803ef2b
commit
52c8516a1e
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ webServer.listen(process.env.PORT, () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
webServer.use(function (req, res, next) {
|
webServer.use(function (req, res, next) {
|
||||||
res.status(404).send("Sorry can't find that!")
|
res.status(404).send("This is not the page you are looking for...")
|
||||||
})
|
})
|
Loading…
Reference in a new issue