JAVA-8664: Cleanup
This commit is contained in:
parent
2f9ce6cf36
commit
b04d57541a
|
@ -11,7 +11,7 @@ public class Ctx2Controller {
|
|||
@Autowired
|
||||
private IHomeService homeService;
|
||||
|
||||
@GetMapping(value = "/greeting")
|
||||
@GetMapping("/greeting")
|
||||
public String getGreeting() {
|
||||
return homeService.getGreeting();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue