mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-10 10:06:47 +00:00
fix: readiness API verb
This commit is contained in:
parent
ea25398c96
commit
44bc03ee24
@ -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"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user