From edfdbc20f52b72fccc685cc3da57ddffc7d261fc Mon Sep 17 00:00:00 2001 From: Mitch Ross Date: Sun, 26 Feb 2023 20:45:26 -0500 Subject: [PATCH] Update http.py --- frigate/http.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frigate/http.py b/frigate/http.py index 9a534b735..cfddb8f11 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -830,12 +830,6 @@ def stats(): return jsonify(stats) -@bp.route("/metrics2") -def metrics(): - - return generate_latest() - - @bp.route("/") def mjpeg_feed(camera_name): fps = int(request.args.get("fps", "3"))