Skip to content

Commit f74e238

Browse files
phasenraum2010phasenraum2010
authored andcommitted
JPA with PostgreSQL
1 parent b324418 commit f74e238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/woehlke/learn/learnneo4j/model/category/CategoryController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public String all(Model model) {
3838
log.info(category.toString());
3939
}
4040
model.addAttribute("all", all);
41-
log.info("/node/category/all");
42-
return "/node/category/all";
41+
log.info("node/category/all");
42+
return "node/category/all";
4343
}
4444
}

0 commit comments

Comments
 (0)