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

8 lines
143 B
JavaScript
Raw Normal View History

2019-03-26 05:06:15 +01:00
const getVrstaNekretnine = (req,res) => {
res.render('vrsta_nekretnine', { nextStep: '/' } );
2019-03-26 05:06:15 +01:00
}
module.exports = {
getVrstaNekretnine
};