mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
bugfix/tweaked the url for version_path
This commit is contained in:
parent
2eaf5a3206
commit
7c6b7df455
@ -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" &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user