We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73135f2 commit 1f5ed94Copy full SHA for 1f5ed94
app.py
@@ -12,7 +12,7 @@ def fetch_processed_data():
12
else:
13
return {"error": "Failed to fetch data"}
14
15
-@app.route("rasterimg.json")
+@app.route("labels_counts.json")
16
def api_processed_data():
17
data = fetch_processed_data()
18
return jsonify(data)
0 commit comments