fix: readiness API verb

This commit is contained in:
gmega 2025-01-23 10:18:19 -03:00
parent ea25398c96
commit 44bc03ee24
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -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"}