Skip to content

Commit 7acc2b4

Browse files
authored
Pin redoc CDN package to v2 #94 (#95)
1 parent 9e52323 commit 7acc2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apifairy/templates/apifairy/redoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
</head>
1616
<body>
1717
<redoc spec-url="{{ url_for('apifairy.json') }}"></redoc>
18-
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
18+
<script src="https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js"> </script>
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)