Update DemoRestController.java
This commit is contained in:
parent
6d4d2621f4
commit
d1f23b1969
@ -8,6 +8,6 @@ public class DemoRestController {
|
|||||||
|
|
||||||
@GetMapping("/")
|
@GetMapping("/")
|
||||||
public String get() {
|
public String get() {
|
||||||
return "Halloo";
|
return "Halloo!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user