diff --git a/app/agora.py b/app/agora.py index 4b7461e..50d7830 100644 --- a/app/agora.py +++ b/app/agora.py @@ -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 code.' @bp.route('/Δ') +@bp.route('/delta') @bp.route('/latest') def latest(): return render_template('subnodes.html', header="Latest", subnodes=db.latest())