mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-12 09:34:58 +08:00
feat: 修改文件名称
This commit is contained in:
parent
8cf6f2fe64
commit
cc17499207
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ func getAppFromOss() error {
|
|||
return err
|
||||
}
|
||||
appDir := constant.AppResourceDir
|
||||
content, _ := os.ReadFile(path.Join(appDir, "apps.json"))
|
||||
content, _ := os.ReadFile(path.Join(appDir, "list.json"))
|
||||
|
||||
if content != nil {
|
||||
oldConfig := &dto.AppOssConfig{}
|
||||
|
|
Loading…
Add table
Reference in a new issue