[30388f42] fix: Correct root endpoint in heatmap-backend
This commit is contained in:
@@ -55,7 +55,7 @@ class PlzColumnRequest(BaseModel):
|
||||
plz_column: str
|
||||
|
||||
# --- API Endpoints ---
|
||||
@app.get("/ ")
|
||||
@app.get("/")
|
||||
def read_root():
|
||||
return {"message": "Heatmap Tool Backend"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user