Skip to content

Commit

Permalink
CV2-3551 add pingpong
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Aug 1, 2023
1 parent 8c882aa commit 3558e66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ async def fingerprint_item(message: Dict[str, Any]):
else:
return {"message": "No Message Callback, Passing"}


@app.get("/ping")
def fingerprint_item():
return {"pong": 1}

0 comments on commit 3558e66

Please sign in to comment.