Skip to content

Commit 534d980

Browse files
authored
Merge pull request #27 from designmynight/fix/AB#1952393/pin-redoc-version
fix: AB#1952393 pin Redoc CDN version to 2.5.2
2 parents 9ced917 + b3d48eb commit 534d980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</head>
4141
<body>
4242
<redoc></redoc>
43-
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
43+
<script src="https://cdn.jsdelivr.net/npm/redoc@2.5.2/bundles/redoc.standalone.js"> </script>
4444

4545
<script>
4646
Redoc.init('main.yaml', {
@@ -69,4 +69,4 @@
6969
})
7070
</script>
7171
</body>
72-
</html>
72+
</html>

0 commit comments

Comments
 (0)