1 Commits
tag ... v1.1

Author SHA1 Message Date
bamanker
9e491112ff 增加了测试接口 ip/test 2023-05-15 16:07:50 +08:00

View File

@@ -10,6 +10,6 @@ public class TestController {
@GetMapping("/test")
public String test(){
return "test ok!";
return "test ok!!!!!!";
}
}