fix(crm,sam): vars come through path, get, post
This commit is contained in:
@@ -41,8 +41,6 @@ func ({self} *{name|expose}{call.name|capitalize}) Fill(r *http.Request) error {
|
||||
case err != nil:
|
||||
err = errors.Wrap(err, "error parsing http request body")
|
||||
}
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
r.ParseForm()
|
||||
|
||||
Reference in New Issue
Block a user