Skip to content

Commit 272351c

Browse files
authored
Update routes.py
1 parent 06c8e91 commit 272351c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/routes.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,9 @@ def generate():
230230
'Connection': 'keep-alive',
231231
'X-Accel-Buffering': 'no'
232232
}
233-
)
233+
)
234+
235+
@app.route('/transactions')
236+
def transactions():
237+
"""Display live transactions page"""
238+
return render_template('transactions.html')

0 commit comments

Comments
 (0)