Experimenting with chart.js

This commit is contained in:
2025-09-04 08:18:26 +02:00
parent e355999c53
commit 9e4d2e031d
2 changed files with 50 additions and 0 deletions

5
app.py
View File

@@ -37,6 +37,11 @@ def homepage():
return render_template("home.html", services=services)
@app.route("/chart")
def chart():
return render_template("chart.html")
@app.route("/api/status")
def status():
results: list[dict[str, Any]] = []