增加了测试接口 ip/test

This commit is contained in:
bamanker
2023-05-15 16:07:50 +08:00
parent 4e7bdc6edd
commit 9e491112ff

View File

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