Merge pull request #220 from hongwei1/develop

bugfix/tweaked the url for version_path
This commit is contained in:
Simon Redfern 2023-03-20 10:12:31 +01:00 committed by GitHub
commit aa4fea20d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" &