Loading src/tapi/service/service/routes.py +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ def get_list_service(context_uuid): context_id.context_uuid.uuid = context_uuid try: context_client.connect() list_services = context_client.ListServices(context_id=context_id) list_services = context_client.ListServices(context_id) if not list_services: return make_response("No services found", 404) services_list = [] Loading Loading
src/tapi/service/service/routes.py +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ def get_list_service(context_uuid): context_id.context_uuid.uuid = context_uuid try: context_client.connect() list_services = context_client.ListServices(context_id=context_id) list_services = context_client.ListServices(context_id) if not list_services: return make_response("No services found", 404) services_list = [] Loading