diff options
Diffstat (limited to 'src/main/resources/templates')
| -rw-r--r-- | src/main/resources/templates/statistics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html index d06e40b..98d98cc 100644 --- a/src/main/resources/templates/statistics.html +++ b/src/main/resources/templates/statistics.html @@ -38,7 +38,7 @@ </section> </main> - <script th:src="@{/echarts.min.js}"></script> + <script th:src="@{/webjars/echarts/dist/echarts.min.js}"></script> <script th:src="@{/scripts.js}"></script> <script> window.onload = () => { |
