8
This commit is contained in:
@@ -7,6 +7,6 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
public class TestController {
|
||||
@RequestMapping("/test")
|
||||
public String test() {
|
||||
return "Hello K3S APP!";
|
||||
return "Hello K3S APP!!!";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user