move all filters to one page
This commit is contained in:
@@ -40,7 +40,7 @@ const postLocation = async (req, res) => {
|
||||
|
||||
await searchRequest.save();
|
||||
|
||||
const nextStepPage = req.query.nextStep || "povrsina";
|
||||
const nextStepPage = req.query.nextStep || "filteri";
|
||||
const nextStepUrl = `/${nextStepPage}/${searchRequest.id}`;
|
||||
|
||||
res.redirect(nextStepUrl);
|
||||
|
||||
Reference in New Issue
Block a user