404
↔ Not Found
References
Catch All Route
↔ 404 handler page to catch/redirect unknown Routesres.status(404).send("Page not found")
↔ to send 404 Status Code & message of"Page not found"
as HTTP Response
404
↔ Not FoundCatch All Route
↔ 404 handler page to catch/redirect unknown Routes
res.status(404).send("Page not found")
↔ to send 404 Status Code & message of "Page not found"
as HTTP Response