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"> <table class="table-buttons">
<tr> <tr>
<td><a th:href="@{/vets.html}">View <td><a th:href="@{/vets.xml}">View as XML</a></td>
as XML</a></td>
<td><a th:href="@{/vets.json}">View as JSON</a></td> <td><a th:href="@{/vets.json}">View as JSON</a></td>
</tr> </tr>
</table> </table>