Первый день после свадьбы или какое должно быть поведение

app.get('/reposts', async (req, res) => { const reposts = await Repost.find(); res.render('reposts', { reposts }); });>