Files
old-web/app/controllers/vrsta_nekretnine.js

8 lines
143 B
JavaScript

const getVrstaNekretnine = (req,res) => {
res.render('vrsta_nekretnine', { nextStep: '/' } );
}
module.exports = {
getVrstaNekretnine
};