go to the location view after real estate type selection

This commit is contained in:
Bilal Catic
2019-09-10 07:43:43 +02:00
parent 7a6e1d5cfe
commit af908759bf

View File

@@ -11,7 +11,7 @@ const getRealEstateTypes = (req, res) => {
const postRealEstateTypes = async (req, res) => {
const request = await currentRERequest(req);
const nextStepPage = req.query.nextStep || "grad";
const nextStepPage = req.query.nextStep || "lokacija";
if (request && request.uniqueId) {
const nextStepUrl = `/${nextStepPage}/${request.uniqueId}`;