clean code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const getWelcome = (req,res) => {
|
||||
res.render('welcome', { nextStep: '/vrstanekretnine' } );
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
module.exports = {
|
||||
getWelcome
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user