fix: 解决网站设置默认站点失败的问题 (#2885)

pull/2892/head
zhengkunwang 2023-11-10 16:54:07 +08:00 committed by GitHub
parent 88ad8b1b71
commit acb0bf2bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ type WebsiteLogReq struct {
}
type WebsiteDefaultUpdate struct {
ID uint `json:"id" validate:"required"`
ID uint `json:"id"`
}
type WebsitePHPConfigUpdate struct {