mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
bugfix/revert the collection tag in scala code
This commit is contained in:
parent
c8e81fade4
commit
9deec4b645
@ -1419,8 +1419,8 @@ WIP to add comments on resource docs. This code copied from Sofit.
|
||||
"@other_version [href]" #> s"${i._2}&locale=${S.locale.toString}"
|
||||
} &
|
||||
"@custom_api_collections" #> ObpAPI.getApiCollectionsFromProps.openOr(Nil).map { i =>
|
||||
".collection *" #> s"${i._1}" &
|
||||
".collection [href]" #> s"${i._2}&locale=${S.locale.toString}"
|
||||
".version *" #> s"${i._1}" &
|
||||
".version [href]" #> s"${i._2}&locale=${S.locale.toString}"
|
||||
} &
|
||||
"@dropdown_versions" #> otherVersionsSupportedInDropdownMenuUrls.map { i =>
|
||||
".dropdown-item *" #> s" ${i._1} " &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user