Update src/main/java/com/example/demo/DemoRestController.java
This commit is contained in:
parent
6c4a4b754b
commit
ec9be23afe
@ -8,6 +8,6 @@ public class DemoRestController {
|
||||
|
||||
@GetMapping("/")
|
||||
public String get() {
|
||||
return "Hallooo!";
|
||||
return "Halloooo!";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user