lyhzzz 2 달 전
부모
커밋
e5a679f846
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/main/java/com/fdkankan/manage_jp/controller/NoticeController.java

+ 3 - 1
src/main/java/com/fdkankan/manage_jp/controller/NoticeController.java

@@ -19,7 +19,9 @@ public class NoticeController {
     ManageConfig manageConfig;
     @Autowired
     FYunFileServiceInterface fYunFileServiceInterface;
-    @GetMapping("/notice")
+
+
+    @GetMapping("/manageVersion")
     public Result notice(){
        String ossPath =  "/manage/version/"+manageConfig.getActive() +"/manage-version.json";
        return Result.success(fYunFileServiceInterface.getFileContent(ossPath));