1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Wizard.html should still be the default destination

This commit is contained in:
Florent Daigniere 2022-11-24 16:37:42 +01:00
parent d0631558c7
commit b3f534a6ac

View File

@ -78,7 +78,7 @@ def build_app(path):
@prefix_bp.route("/")
@root_bp.route("/")
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"])
@root_bp.route("/submit", methods=["POST"])