Delta.
This commit is contained in:
parent
446a2d0791
commit
8b42d37483
1 changed files with 1 additions and 0 deletions
|
@ -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>.'
|
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('/Δ')
|
||||||
|
@bp.route('/delta')
|
||||||
@bp.route('/latest')
|
@bp.route('/latest')
|
||||||
def latest():
|
def latest():
|
||||||
return render_template('subnodes.html', header="Latest", subnodes=db.latest())
|
return render_template('subnodes.html', header="Latest", subnodes=db.latest())
|
||||||
|
|
Loading…
Reference in a new issue