Skip to content

Commit

Permalink
fix(swagger): Patch some bad effect of swagger integration (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lperdereau authored Mar 26, 2020
1 parent 05f2fad commit 747173f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/mspr_billing_api_web/controllers/vat_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ defmodule MsprBillingApiWeb.VatController do

@notFoundId "%{ressource} not found with this id"

plug OpenApiSpex.Plug.CastAndValidate

def open_api_operation(action) do
apply(__MODULE__, :"#{action}_operation", [])
end
Expand Down

0 comments on commit 747173f

Please sign in to comment.