Handle nav-bar
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
const { currentRERequest } = require('../helpers/url');
|
||||
|
||||
const getNeighborhood = async (req, res) => {
|
||||
|
||||
const title = "U kojem naselju tražite nekretninu?"
|
||||
const municipality = req.params.municipality
|
||||
const nextStep = req.query.nextStep || '/';
|
||||
|
||||
res.render('neighborhoodMap', {
|
||||
nextStep,
|
||||
municipality
|
||||
municipality,
|
||||
title
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user