Skip to content

Commit

Permalink
add back ping
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Sep 26, 2023
1 parent a774639 commit 750e422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deepsparse/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def _home():
def _info():
return server_config

@app.get("/ping", tags=["health"], response_model=CheckReady)
@app.get("/v2/health/ready", tags=["health"], response_model=CheckReady)
@app.get("/v2/health/live", tags=["health"], response_model=CheckReady)
def _check_health():
Expand Down

0 comments on commit 750e422

Please sign in to comment.