Application (app)app.on404app.on404Custom send 404 not found response.app.on404((rev) => { return `${rev.url} not found`;});