const getGoAgain = async (req,res) => { res.render('goAgain'); }; module.exports = { getGoAgain };