Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/request.go
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ import (
var RequestForm = forms.Form{
Fields: []forms.Field{
{
Name: "name",
Name: "method",
Validators: []forms.Validator{
forms.IsString{},
},

0 comments on commit 07bce38

Please sign in to comment.