Przeglądaj źródła

删除测试代码

xueyiming 4 miesięcy temu
rodzic
commit
e0998ecfc4

+ 0 - 7
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/controller/IndexController.java

@@ -32,12 +32,5 @@ public class IndexController {
     }
 
 
-    @GetMapping("/test")
-    public String test() {
-        log.info("测试日志上传");
-        log.error("测试error日志");
-        return "ok";
-    }
-
 
 }