diff --git a/app.py b/app.py index b127fdc..2f6ab36 100644 --- a/app.py +++ b/app.py @@ -28,6 +28,9 @@ print("SELFTEST passed") #################gi##### +@webapp.route('/') +def index(): + return redirect("/tx-errors", code=302) @webapp.route('/dashboard') def dashboard():