Update http.py

This commit is contained in:
Mitch Ross 2023-02-26 20:45:26 -05:00
parent 68e3fedd08
commit edfdbc20f5

View File

@ -830,12 +830,6 @@ def stats():
return jsonify(stats)
@bp.route("/metrics2")
def metrics():
return generate_latest()
@bp.route("/<camera_name>")
def mjpeg_feed(camera_name):
fps = int(request.args.get("fps", "3"))