diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d374846f..e52ba67a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -17,8 +17,9 @@ server.error.include-exception=true server.error.include-message=always server.servlet.session.tracking-modes=cookie +server.servlet.context-path=${APP_ROOT_PATH:/} spring.devtools.restart.enabled=true spring.devtools.livereload.enabled=true -spring.thymeleaf.encoding=UTF-8 \ No newline at end of file +spring.thymeleaf.encoding=UTF-8 diff --git a/src/main/resources/templates/fragments/navbar.html b/src/main/resources/templates/fragments/navbar.html index d21868cf..82813598 100644 --- a/src/main/resources/templates/fragments/navbar.html +++ b/src/main/resources/templates/fragments/navbar.html @@ -304,19 +304,19 @@ function compareVersions(version1, version2) {
@@ -324,7 +324,7 @@ function compareVersions(version1, version2) {