Skip to content

Commit

Permalink
change url length
Browse files Browse the repository at this point in the history
  • Loading branch information
icowan committed Feb 25, 2020
1 parent 4b8d8d4 commit 388c572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/endpoint/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type GetRequest struct {
}

type PostRequest struct {
URL string `json:"url" validate:"required,url,lt=1000"`
URL string `json:"url" validate:"required,url,lt=10000"`
}

type GetResponse struct {
Expand Down

0 comments on commit 388c572

Please sign in to comment.