diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 21:29:42 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 21:29:42 +0530 |
| commit | 9c9d4a713c0f48a9f99e5c3ee9c03d245de4b931 (patch) | |
| tree | deeca88f878f717ab6ca7ade269c596ae9120d88 /spring-boot/05-bank-rest-client/src/main/resources/templates/index.html | |
| parent | 8fc60b3ccd9fd076004d61c2bc190aaedd073c46 (diff) | |
Added th:href to web pages in Spring Boot sample web apps with Thymeleaf
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> |
