mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-04 14:33:01 +08:00
fix: 解决计划任务备份所有应用失败的问题 (#2278)
This commit is contained in:
@@ -4322,7 +4322,7 @@ const docTemplate = `{
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/dto.MysqlLodaDB"
|
||||
"$ref": "#/definitions/dto.MysqlLoadDB"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -13690,7 +13690,7 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"dto.MysqlLodaDB": {
|
||||
"dto.MysqlLoadDB": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"database",
|
||||
|
||||
Reference in New Issue
Block a user