This commit is contained in:
Flancian 2021-01-09 21:20:29 +01:00
parent 446a2d0791
commit 8b42d37483
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ def help():
return 'If I had implemented help already, here you\'d see documentation on all URL endpoints. For now, please refer to the <a href="https://flancia.org/go/agora">code</a>.'
@bp.route('')
@bp.route('/delta')
@bp.route('/latest')
def latest():
return render_template('subnodes.html', header="Latest", subnodes=db.latest())