@@ -11,7 +11,8 @@ public class TestController {
@GetMapping("1")
- public void test(){
- System.out.println("test");
+ public String test(){
+
+ return "test";
}