From 9f4da7d80ed8e8840a3db4fc8171f9e783202ed2 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Wed, 26 Aug 2026 14:10:48 +0200 Subject: [PATCH] add auth to metrics --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 3b89938..610acf3 100644 --- a/app.py +++ b/app.py @@ -174,6 +174,7 @@ def notify(): @app.route("/metrics", methods=["GET"]) def metrics(): + require_manage_auth() session = SessionLocal() try: