diff options
Diffstat (limited to 'spring-boot/05-bank-rest-client/src/main/resources/templates/result.html')
| -rw-r--r-- | spring-boot/05-bank-rest-client/src/main/resources/templates/result.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html b/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html index 15393be..c31e420 100644 --- a/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html +++ b/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html @@ -10,6 +10,6 @@ <p th:text="'Account number: ' + ${account.accountNumber}" /> <p th:text="'Balance: ' + ${account.balance}" /> - <a href="/acc">Try again</a> + <a th:href="@{/acc}">Try again</a> </body> </html>
\ No newline at end of file |
