You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Remove an exception trigger in the main init file
This commit is contained in:
@@ -67,5 +67,4 @@ app.register_blueprint(admin.app, url_prefix='/admin')
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
return 1/0
|
||||
return flask.redirect(flask.url_for("admin.index"))
|
||||
|
Reference in New Issue
Block a user