bugfix/tweaked the url for version_path

This commit is contained in:
Hongwei 2023-03-17 17:04:50 +03:00
parent 2eaf5a3206
commit 7c6b7df455

View File

@ -1429,7 +1429,7 @@ WIP to add comments on resource docs. This code copied from Sofit.
} &
".info-box__headline *" #> s"$headline" &
"@version_path *" #> s"$baseVersionUrl" &
"@version_path [href]" #> s"$baseVersionUrl&locale=${S.locale.toString}" &
"@version_path [href]" #> s"$baseVersionUrl?locale=${S.locale.toString}" &
"@resource_docs_path [href]" #> s"$resourceDocsPath&locale=${S.locale.toString}" &
"@swagger_path [href]" #> s"$swaggerPath&locale=${S.locale.toString}" &
"@git_commit [href]" #> s"https://github.com/OpenBankProject/API-Explorer/commit/$currentGitCommit" &