[30388f42] fix: Correct root endpoint in heatmap-backend

This commit is contained in:
2026-03-08 15:36:33 +00:00
parent a196904178
commit 2c36c50f5c
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
{"task_id": "30388f42-8544-8088-bc48-e59e9b973e91", "token": "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", "readme_path": null, "session_start_time": "2026-03-08T11:03:08.446463"}
{"task_id": "30388f42-8544-8088-bc48-e59e9b973e91", "token": "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", "readme_path": null, "session_start_time": "2026-03-08T14:55:15.337017"}

View File

@@ -55,7 +55,7 @@ class PlzColumnRequest(BaseModel):
plz_column: str
# --- API Endpoints ---
@app.get("/ ")
@app.get("/")
def read_root():
return {"message": "Heatmap Tool Backend"}