Hendrik Jungnitsch
2022-09-28 6e6d835460000277b0a860f83a0419acec1b5d74
src/main/java/de/gedoplan/seminar/sbt/di/exercise/rest/BarResource.java
@@ -35,7 +35,7 @@
    @GetMapping(path = "name", produces = MediaType.TEXT_PLAIN_VALUE)
    public String getName() {
        return barInfo.getBarName();
        return barInfo.barName();
    }
    @GetMapping(path = "cocktails", produces = MediaType.APPLICATION_JSON_VALUE)