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:
parent
d0631558c7
commit
b3f534a6ac
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user