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