Change final screen to explain to user what they can expect next
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const getGoAgain = async (req, res) => {
|
||||
const title = "Želite li pretražiti još jednu nekretninu ?";
|
||||
const title = "Uspjeh!";
|
||||
res.render("goAgain", { title });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user