|
@@ -23,7 +23,7 @@ public class NoticeController {
|
|
|
|
|
|
@GetMapping("/manageVersion")
|
|
|
public Result notice(){
|
|
|
- String ossPath = "/manage/version/"+manageConfig.getActive() +"/manage-version.json";
|
|
|
+ String ossPath = "manage/version/"+manageConfig.getActive() +"/manage-version.json";
|
|
|
return Result.success(fYunFileServiceInterface.getFileContent(ossPath));
|
|
|
}
|
|
|
}
|