[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

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