Skip to content

Commit 7d8d040

Browse files
phasenraum2010phasenraum2010
phasenraum2010
authored and
phasenraum2010
committed
removed spring http session with jdbc
1 parent 1ca8aeb commit 7d8d040

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/templates/layoutMain.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ <h1 class="display-3">Learn Neo4j!
160160
<div class="col-md-4">
161161
<h2>Nodes:</h2>
162162
<p><ul>
163-
<li><a th:href="@{'/node/category/all'}">category</a></li>
164-
<li><a th:href="@{'/node/license/all'}">license</a></li>
165-
<li><a th:href="@{'/node/maintainer/all'}">mantainer</a></li>
166-
<li><a th:href="@{'/node/platform/all'}">platform</a></li>
167-
<li><a th:href="@{'/node/port/all'}">port</a></li>
168-
<li><a th:href="@{'/node/variant/all'}">variant</a></li>
163+
<li><a th:href="@{'/graph/category/all'}">category</a></li>
164+
<li><a th:href="@{'/graph/license/all'}">license</a></li>
165+
<li><a th:href="@{'/graph/maintainer/all'}">mantainer</a></li>
166+
<li><a th:href="@{'/graph/platform/all'}">platform</a></li>
167+
<li><a th:href="@{'/graph/port/all'}">port</a></li>
168+
<li><a th:href="@{'/graph/variant/all'}">variant</a></li>
169169
</ul></p>
170170
<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>
171171
</div>

0 commit comments

Comments
 (0)