mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
Correct view as xml url
This commit is contained in:
parent
7dcae7cc86
commit
ca2a66500f
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue