Skip to content

Commit

Permalink
fix: 解决网站设置默认站点失败的问题 (#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Nov 10, 2023
1 parent 88ad8b1 commit acb0bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/dto/request/website.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ type WebsiteLogReq struct {
}

type WebsiteDefaultUpdate struct {
ID uint `json:"id" validate:"required"`
ID uint `json:"id"`
}

type WebsitePHPConfigUpdate struct {
Expand Down

0 comments on commit acb0bf2

Please sign in to comment.