mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 23:17:21 +08:00
fix: 解决网站设置默认站点失败的问题 (#2885)
This commit is contained in:
parent
88ad8b1b71
commit
acb0bf2bfd
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ type WebsiteLogReq struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type WebsiteDefaultUpdate struct {
|
type WebsiteDefaultUpdate struct {
|
||||||
ID uint `json:"id" validate:"required"`
|
ID uint `json:"id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type WebsitePHPConfigUpdate struct {
|
type WebsitePHPConfigUpdate struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue