diff --git a/benchmarks/deluge/agent/api.py b/benchmarks/deluge/agent/api.py index 1746cf7..85e883d 100644 --- a/benchmarks/deluge/agent/api.py +++ b/benchmarks/deluge/agent/api.py @@ -15,7 +15,7 @@ def deluge_agent() -> DelugeAgent: raise Exception("Dependency must be set") -@router.post("/api/v1/hello") +@router.get("/api/v1/hello") def hello(): return {"message": "Server is up"}