Update DemoRestController.java

This commit is contained in:
Max W. 2023-12-03 15:42:39 +01:00
parent 8695605667
commit b46a6b2731

View File

@ -8,6 +8,6 @@ public class DemoRestController {
@GetMapping("/") @GetMapping("/")
public String get() { public String get() {
return "Hallo"; return "Halloo";
} }
} }