From efe51487f8cfdecb1812e8de8d069d15eb6e3606 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 25 Jun 2026 08:52:30 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20/admin=20Route=20wiederhergestellt=20(wa?= =?UTF-8?q?r=20durch=20Edge-Queue-Commit=20gel=C3=B6scht)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.py b/app.py index b4667cd..ee61e7f 100644 --- a/app.py +++ b/app.py @@ -1029,6 +1029,9 @@ def whatsapp_webhook(): return whatsapp_intake(request, db) +@app.route("/admin") +def admin_dashboard(): + """Internal admin dashboard — filterable table of all submissions.""" db = get_db() channel_filter = request.args.get("channel", "")