mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +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">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue