const getWelcome = (req,res) => { res.render('welcome', { nextStep: '/vrstanekretnine' } ); }; module.exports = { getWelcome };