Add OpenAPI v3 specification of onboarder API
[it/dev.git] / xapp_onboarder / xapp_onboarder / api / endpoints / health_check_ep.py
index d076667..23e8b5c 100644 (file)
@@ -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()
-