8
This commit is contained in:
@@ -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!!!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user