diff --git a/src/index.ts b/src/index.ts index 56e6903..6bc650a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -63,5 +63,5 @@ webServer.listen(process.env.PORT, () => { }) 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...") }) \ No newline at end of file