增加了测试接口 ip/test
This commit is contained in:
@@ -10,6 +10,6 @@ public class TestController {
|
||||
|
||||
@GetMapping("/test")
|
||||
public String test(){
|
||||
return "test ok!";
|
||||
return "test ok!!!!!!";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user