Skip to content

Commit 067cb6a

Browse files
authored
Merge pull request #1287 from hivemq/fix/pin-redoc-version
Pin redoc version
2 parents 4026d1a + 7dd432b commit 067cb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hivemq-edge/src/openapi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<redoc spec-url="hivemq-PLACEHOLDER_HIVEMQ_VERSION-openapi.yaml"
2222
json-sample-expand-level="3" hide-hostname="true" expand-responses="200,201" expand-single-schema-field="true"
2323
></redoc>
24-
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
24+
<script src="https://cdn.jsdelivr.net/npm/redoc@2.5.2/bundles/redoc.standalone.js"></script>
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)