From eb46831216eb0d3bb98aa623e7aa78b32a6e41b7 Mon Sep 17 00:00:00 2001 From: SanjaySinghRajpoot Date: Thu, 30 Jun 2022 15:10:34 +0530 Subject: [PATCH] chores: endpoint name changed Signed-off-by: SanjaySinghRajpoot --- local/rest_api_flint.example/app.py | 2 +- local/rest_api_gcbm/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/rest_api_flint.example/app.py b/local/rest_api_flint.example/app.py index d52006a4..51f31070 100644 --- a/local/rest_api_flint.example/app.py +++ b/local/rest_api_flint.example/app.py @@ -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 diff --git a/local/rest_api_gcbm/app.py b/local/rest_api_gcbm/app.py index 9066c815..c13e2a22 100644 --- a/local/rest_api_gcbm/app.py +++ b/local/rest_api_gcbm/app.py @@ -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