Skip to content

Commit

Permalink
chores: endpoint name changed
Browse files Browse the repository at this point in the history
Signed-off-by: SanjaySinghRajpoot <[email protected]>
  • Loading branch information
SanjaySinghRajpoot committed Jun 30, 2022
1 parent fe318ee commit eb46831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local/rest_api_flint.example/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def home():
return "FLINT.Example API"


@app.route("/health-flint-example", methods=["GET"])
@app.route("/health", methods=["GET"])
def health():
"""
Get health status of FLINT example
Expand Down
2 changes: 1 addition & 1 deletion local/rest_api_gcbm/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
### end swagger specific ###


@app.route("/health-gcbm", methods=["GET"])
@app.route("/health", methods=["GET"])
def health():
"""
Get health status of GCBM
Expand Down

0 comments on commit eb46831

Please sign in to comment.