diff --git a/dashboard/dashboard.py b/dashboard/dashboard.py index fe3c3c2..6f2bd01 100644 --- a/dashboard/dashboard.py +++ b/dashboard/dashboard.py @@ -314,7 +314,7 @@ def api_scatter(): except Exception: pass return {"points": [], "count": 0} -@app.route("/api/timeseries") +@app.route("/api/performance") def api_performance(): window = request.args.get("window", "24") model = request.args.get("model", "all")