mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 02:27:47 +00:00
Wizard.html should still be the default destination
This commit is contained in:
@@ -78,7 +78,7 @@ def build_app(path):
|
|||||||
@prefix_bp.route("/")
|
@prefix_bp.route("/")
|
||||||
@root_bp.route("/")
|
@root_bp.route("/")
|
||||||
def wizard():
|
def wizard():
|
||||||
return flask.render_template('setup.html', subnet6=random_ipv6_subnet())
|
return flask.render_template('wizard.html', subnet6=random_ipv6_subnet())
|
||||||
|
|
||||||
@prefix_bp.route("/submit", methods=["POST"])
|
@prefix_bp.route("/submit", methods=["POST"])
|
||||||
@root_bp.route("/submit", methods=["POST"])
|
@root_bp.route("/submit", methods=["POST"])
|
||||||
|
|||||||
Reference in New Issue
Block a user