Redirect index to tx-errors

This commit is contained in:
Riordan Panayides 2023-11-23 14:17:26 +00:00
parent 7471b6261e
commit 20997bc1f4
1 changed files with 3 additions and 0 deletions

3
app.py
View File

@ -28,6 +28,9 @@ print("SELFTEST passed")
#################gi#####
@webapp.route('/')
def index():
return redirect("/tx-errors", code=302)
@webapp.route('/dashboard')
def dashboard():