getheimdall / heimdall

An easy way to orchestrate your Api's
Apache License 2.0
24 stars 14 forks source link

Fixed NullPointerException when delete middleware without operation #288

Closed cassioesp closed 5 years ago

cassioesp commented 5 years ago

The actual scenario allows the user create a middleware without an operation. This behavior prevents user delete that middleware throwing a NullPointerException on the API side when trying to delete. This pull request is to not permit user create a middleware without an operation.