Handle nav-bar
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const getWelcome = (req,res) => {
|
||||
res.render('welcome', { nextStep: '/vrstanekretnine' } );
|
||||
const title = "Koju nekretninu tražite?"
|
||||
res.render('welcome', { nextStep: '/vrstanekretnine', title } );
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user