From 8b42d374834ff7f485aac9bd13cb74d860aeb8fb Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 9 Jan 2021 21:20:29 +0100 Subject: [PATCH] Delta. --- app/agora.py | 1 + 1 file changed, 1 insertion(+) 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())