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 9e52323 commit 7acc2b4Copy full SHA for 7acc2b4
src/apifairy/templates/apifairy/redoc.html
@@ -15,6 +15,6 @@
15
</head>
16
<body>
17
<redoc spec-url="{{ url_for('apifairy.json') }}"></redoc>
18
- <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
+ <script src="https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js"> </script>
19
</body>
20
</html>
0 commit comments