fix: restore /api/performance route in dashboard (was overwritten to /api/timeseries)
This commit is contained in:
@@ -314,7 +314,7 @@ def api_scatter():
|
|||||||
except Exception: pass
|
except Exception: pass
|
||||||
return {"points": [], "count": 0}
|
return {"points": [], "count": 0}
|
||||||
|
|
||||||
@app.route("/api/timeseries")
|
@app.route("/api/performance")
|
||||||
def api_performance():
|
def api_performance():
|
||||||
window = request.args.get("window", "24")
|
window = request.args.get("window", "24")
|
||||||
model = request.args.get("model", "all")
|
model = request.args.get("model", "all")
|
||||||
|
|||||||
Reference in New Issue
Block a user