adapt first step of search request to new DB design
This commit is contained in:
@@ -27,10 +27,10 @@ const { redirect } = require("../controllers/redirect");
|
||||
const router = express.Router();
|
||||
|
||||
router.get("/", welcome);
|
||||
router.get("/vrstanekretnine/:request_id", getRealEstateTypes);
|
||||
router.get("/vrstanekretnine", getRealEstateTypes);
|
||||
|
||||
router.post("/vrstanekretnine/:request_id", postRealEstateTypes);
|
||||
router.get("/vrstanekretnine/:searchRequestId", getRealEstateTypes);
|
||||
router.get("/vrstanekretnine", getRealEstateTypes);
|
||||
router.post("/vrstanekretnine/:searchRequestId", postRealEstateTypes);
|
||||
router.post("/vrstanekretnine", postRealEstateTypes);
|
||||
|
||||
router.get("/lokacija/:request_id", getLocation);
|
||||
|
||||
Reference in New Issue
Block a user