mirror of https://github.com/1Panel-dev/1Panel
parent
a08612e0a0
commit
c189c48d51
|
@ -27,7 +27,7 @@ type NginxRewriteReq struct {
|
|||
type NginxRewriteUpdate struct {
|
||||
WebsiteID uint `json:"websiteId" validate:"required"`
|
||||
Name string `json:"name" validate:"required"`
|
||||
Content string `json:"content" validate:"required"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
type NginxProxyUpdate struct {
|
||||
|
|
Loading…
Reference in New Issue