routing error code example
Example: error * route
app.get('*', (request, response) => response.status(404).send('This route does not exist'));
app.get('*', (request, response) => response.status(404).send('This route does not exist'));