feat: 修改文件名称

pull/105/head
zhengkunwang223 2023-01-16 15:36:59 +08:00 committed by zhengkunwang223
parent 8cf6f2fe64
commit cc17499207
1 changed files with 1 additions and 1 deletions

View File

@ -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{}