diff options
Diffstat (limited to 'spring-boot/05-bank-rest-client/src/main/resources/templates/index.html')
| -rw-r--r-- | spring-boot/05-bank-rest-client/src/main/resources/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html b/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html index f30a2c0..a28a686 100644 --- a/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html +++ b/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html @@ -8,7 +8,7 @@ <body> -Access <a href="/acc">/acc</a> +Access <a th:href="@{/acc}">/acc</a> </body> |
