mirror of https://github.com/1Panel-dev/1Panel
parent
0a003d3750
commit
7667399c5e
|
@ -39,8 +39,8 @@ type NginxProxyUpdate struct {
|
|||
type NginxAuthUpdate struct {
|
||||
WebsiteID uint `json:"websiteID" validate:"required"`
|
||||
Operate string `json:"operate" validate:"required"`
|
||||
Username string `json:"username" validate:"required"`
|
||||
Password string `json:"password" validate:"required"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue