Correct view as xml url

This commit is contained in:
Kristof Neirynck 2016-11-29 22:36:52 +01:00
parent cb3156efb2
commit 93d939711d

View file

@ -26,8 +26,7 @@
<table class="table-buttons">
<tr>
<td><a th:href="@{/vets.html}">View
as XML</a></td>
<td><a th:href="@{/vets.xml}">View as XML</a></td>
<td><a th:href="@{/vets.json}">View as JSON</a></td>
</tr>
</table>