fix(crm,sam): vars come through path, get, post

This commit is contained in:
Tit Petric
2018-09-04 09:45:19 +02:00
parent 1b477d7cdc
commit ec2213bf61
9 changed files with 0 additions and 104 deletions
@@ -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()