Skip to content

Commit

Permalink
refactor(server): change to healthz
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 19, 2024
1 parent 3f150dd commit c2d6dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


@app.get(
"/health",
"/healthz",
tags=["healthcheck"],
summary="Perform a Health Check",
response_description="Return HTTP Status Code 200 (OK)",
Expand Down

0 comments on commit c2d6dfa

Please sign in to comment.