Commit 4f9fcd17 authored by Mohammad Ismaeel's avatar Mohammad Ismaeel
Browse files

delete services bug fixed

parent 87edf61a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ def delete_service ():
        for service_uuid in service_uuids :
            service_id = ServiceId()
            service_id.service_uuid.uuid = service_uuid
            service_id.context_id.context_uuid.uuid = 'admin'
            service_client.DeleteService(service_id)
        return make_response(f"Service {service_uuid} deleted successfully !!", 200)
    except Exception as e :