Fixed crawler not reading and comparing all RERequest results
This commit is contained in:
10
app/controllers/realEstates.js
Normal file
10
app/controllers/realEstates.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
const getRealEstates = (req,res) => {
|
||||
const title = "Ovo su nekretnine koje smo pronašli za vas"
|
||||
res.render('realEstates', { nextStep: '/nekretnine', title } );
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
getRealEstates
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user