Open
Description
Change these routes so voucher_code
and flow
can't clash with existing routes:
@admin.route("/product_views/<int:view_id>/voucher/<string:voucher_code>")
@tickets.route("/tickets/voucher/<voucher_code>")
@tickets.route("/tickets/<flow>", methods=["GET", "POST"])
cfp_type
isn't user editable.