WiP Started input form.
This commit is contained in:
@@ -11,6 +11,10 @@ const {
|
||||
getPublishTypes,
|
||||
postPublishTypes
|
||||
} = require("../controllers/publishRealEstateTypes");
|
||||
const {
|
||||
getPublishInputs,
|
||||
postPublishInputs
|
||||
} = require("../controllers/publishRealEstate");
|
||||
const {
|
||||
getQueryReview,
|
||||
postQueryReview
|
||||
@@ -37,6 +41,9 @@ router.get("/objavinekretninu", getPublishTypes);
|
||||
router.post("/objavinekretninu/:realEstateId", postPublishTypes);
|
||||
router.post("/objavinekretninu", postPublishTypes);
|
||||
|
||||
router.get("/podacionekretnini/:realEstateId", getPublishInputs);
|
||||
router.post("/podacionekretnini/:realEstateId", postPublishInputs);
|
||||
|
||||
router.get("/lokacija/:searchRequestId", getLocation);
|
||||
router.post("/lokacija/:searchRequestId", postLocation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user