JAVA-8664: Cleanup

This commit is contained in:
Krzysiek
2021-11-24 09:51:22 +01:00
parent af150e0301
commit 2cb6b27831

View File

@@ -11,7 +11,7 @@ public class Ctx2Controller {
@Autowired
private IHomeService homeService;
@GetMapping(value = "/greeting")
@GetMapping("/greeting")
public String getGreeting() {
return homeService.getGreeting();
}