feat: 修改文件名称

This commit is contained in:
zhengkunwang223 2023-01-16 15:36:59 +08:00 committed by zhengkunwang223
parent 8cf6f2fe64
commit cc17499207

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