This commit is contained in:
bamanker
2025-12-24 23:03:22 +08:00
parent cceecb6a9a
commit 26af5f90e5

View File

@@ -7,6 +7,6 @@ import org.springframework.web.bind.annotation.RestController;
public class TestController { public class TestController {
@RequestMapping("/test") @RequestMapping("/test")
public String test() { public String test() {
return "Hello K3S APP!"; return "Hello K3S APP!!!";
} }
} }