Skip to content

Commit

Permalink
fix: 解决清空伪静态配置报错的问题 (1Panel-dev#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored May 28, 2024
1 parent dac3163 commit 8087df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/dto/request/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8087df4

Please sign in to comment.