swagger: fix relative URLs for subfolder #226

This commit is contained in:
Sören Weber 2022-03-27 23:13:28 +02:00
parent dd2233d93b
commit c673a65c62
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -14,7 +14,7 @@
schema-description-expanded="true"
schema-style="table"
show-header="false"
spec-url="{{ $original | relURL }}"
spec-url="{{ $original }}"
sort-tags="true"
></rapi-doc>
{{- .Page.Store.Set "hasSwagger" true }}