We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a0ddb commit 32f8091Copy full SHA for 32f8091
custom/rest_api.html
@@ -56,7 +56,7 @@
56
</article>
57
58
<div id="redoc-container"></div>
59
- <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"></script>
60
<script>
61
const SPEC_URL = "../api.json";
62
const REDOC_CONTAINER = document.getElementById('redoc-container');
0 commit comments