Correct view as xml url

This commit is contained in:
Kristof Neirynck 2016-11-29 22:36:52 +01:00 committed by Dave Syer
parent 7dcae7cc86
commit ca2a66500f

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>