mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 08:03:55 +08:00
chore: Correct typo in redirect text
This commit is contained in:
@@ -672,7 +672,7 @@ func (b *BaseApi) UpdateAntiLeech(c *gin.Context) {
|
||||
// @Security ApiKeyAuth
|
||||
// @Security Timestamp
|
||||
// @Router /websites/redirect/update [post]
|
||||
// @x-panel-log {"bodyKeys":["websiteID"],"paramKeys":[],"BeforeFunctions":[{"input_column":"id","input_value":"websiteID","isList":false,"db":"websites","output_column":"primary_domain","output_value":"domain"}],"formatZH":"修改网站 [domain] 重定向理配置 ","formatEN":"Update domain [domain] redirect config"}
|
||||
// @x-panel-log {"bodyKeys":["websiteID"],"paramKeys":[],"BeforeFunctions":[{"input_column":"id","input_value":"websiteID","isList":false,"db":"websites","output_column":"primary_domain","output_value":"domain"}],"formatZH":"修改网站 [domain] 重定向配置 ","formatEN":"Update domain [domain] redirect config"}
|
||||
func (b *BaseApi) UpdateRedirectConfig(c *gin.Context) {
|
||||
var req request.NginxRedirectReq
|
||||
if err := helper.CheckBindAndValidate(&req, c); err != nil {
|
||||
|
||||
@@ -19963,7 +19963,7 @@ const docTemplate = `{
|
||||
"websiteID"
|
||||
],
|
||||
"formatEN": "Update domain [domain] redirect config",
|
||||
"formatZH": "修改网站 [domain] 重定向理配置 ",
|
||||
"formatZH": "修改网站 [domain] 重定向配置 ",
|
||||
"paramKeys": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19959,7 +19959,7 @@
|
||||
"websiteID"
|
||||
],
|
||||
"formatEN": "Update domain [domain] redirect config",
|
||||
"formatZH": "修改网站 [domain] 重定向理配置 ",
|
||||
"formatZH": "修改网站 [domain] 重定向配置 ",
|
||||
"paramKeys": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2894,7 +2894,7 @@
|
||||
"output_value": "domain"
|
||||
}
|
||||
],
|
||||
"formatZH": "修改网站[domain]重定向理配置",
|
||||
"formatZH": "修改网站[domain]重定向配置",
|
||||
"formatEN": "Updatedomain[domain]redirectconfig"
|
||||
},
|
||||
"/websites/rewrite/update": {
|
||||
|
||||
Reference in New Issue
Block a user