Removes validation for feed model
This commit is contained in:
parent
5cdeea5534
commit
7394270227
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ type Feed struct {
|
||||||
ID int64 `json:"id"`
|
ID int64 `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Url string `json:"url" validate:"required,url"`
|
Url string `json:"url" validate:"required,url"`
|
||||||
UserID string `json:"userId" validate:"required"`
|
UserID string `json:"userId"`
|
||||||
Type FeedType `json:"type"`
|
Type FeedType `json:"type"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue