X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp_onboarder%2Fxapp_onboarder%2Fapi%2Fendpoints%2Fhealth_check_ep.py;h=23e8b5c21045aadf671f0c40af0762e25c187606;hb=64cfb184874965b68d7ebf88a293a78c1b79ed6d;hp=d076667663e98ca0528b6c14f1870caf7e131211;hpb=3b56acc14a2308e853612e22738cd44687288149;p=it%2Fdev.git diff --git a/xapp_onboarder/xapp_onboarder/api/endpoints/health_check_ep.py b/xapp_onboarder/xapp_onboarder/api/endpoints/health_check_ep.py index d076667..23e8b5c 100644 --- a/xapp_onboarder/xapp_onboarder/api/endpoints/health_check_ep.py +++ b/xapp_onboarder/xapp_onboarder/api/endpoints/health_check_ep.py @@ -41,4 +41,3 @@ class HealthCheck(Resource): status = "Service not ready.") return response_message.get_return() return response(model = status_message_model, status_code = 200, status= "OK").get_return() -