JAVA-8664: Cleanup

This commit is contained in:
Krzysiek 2021-11-24 09:51:22 +01:00
parent 2f9ce6cf36
commit b04d57541a
1 changed files with 1 additions and 1 deletions

View File

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