Skip to content

Commit 1f5ed94

Browse files
authored
Update app.py
Updated
1 parent 73135f2 commit 1f5ed94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def fetch_processed_data():
1212
else:
1313
return {"error": "Failed to fetch data"}
1414

15-
@app.route("rasterimg.json")
15+
@app.route("labels_counts.json")
1616
def api_processed_data():
1717
data = fetch_processed_data()
1818
return jsonify(data)

0 commit comments

Comments
 (0)