There was an error while loading. Please reload this page.
Our application is supposed to have two "screens":
app.get('/', (req, res) => { res.render('index'); });
app.get('/myaccount', (req, res) => { res.render('display-user'); });