Skip to content
Snippets Groups Projects
Commit ca2a6650 authored by Kristof Neirynck's avatar Kristof Neirynck Committed by Dave Syer
Browse files

Correct view as xml url

parent 7dcae7cc
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,7 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment