move email input to the review step
This commit is contained in:
@@ -14,10 +14,6 @@ const {
|
||||
getQueryReview,
|
||||
postQueryReview
|
||||
} = require("../controllers/queryReview");
|
||||
const {
|
||||
getQuerySubmit,
|
||||
postQuerySubmit
|
||||
} = require("../controllers/querySubmit");
|
||||
const { getGoAgain } = require("../controllers/goAgain");
|
||||
const { getLocation, postLocation } = require("../controllers/location");
|
||||
const { getUnsubscribe } = require("../controllers/unsubscribe");
|
||||
@@ -48,9 +44,6 @@ router.post("/cijena/:searchRequestId", postPrice);
|
||||
router.get("/pregled/:searchRequestId", getQueryReview);
|
||||
router.post("/pregled/:searchRequestId", postQueryReview);
|
||||
|
||||
router.get("/posalji/:searchRequestId", getQuerySubmit);
|
||||
router.post("/posalji/:searchRequestId", postQuerySubmit);
|
||||
|
||||
router.get("/odjava/:searchRequestId", getUnsubscribe);
|
||||
|
||||
router.get("/ponovo", getGoAgain);
|
||||
|
||||
Reference in New Issue
Block a user