Skip to content

Commit

Permalink
Update ReDoc version to 2.0.0-rc.71 (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: gotham-restful-bot[bot] <82609003+gotham-restful-bot[bot]@users.noreply.github.com>
  • Loading branch information
gotham-restful-bot[bot] authored Jun 2, 2022
1 parent 8160f7f commit 776d672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/openapi/handler/script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/openapi/handler/script.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
declare var Redoc: any;

const REDOC_URL = "https://cdn.jsdelivr.net/npm/redoc@2.0.0-rc.70/bundles/redoc.standalone.js";
const REDOC_SRI = "u7pHtMkHiucDjjYKn3aJe/QpjoAQwvhehWO3FrblAqHNkvMMzzYnv6KFhl7bnQomtOCCUNvV/5IQlpR42IvTfQ==";
const REDOC_URL = "https://cdn.redoc.ly/redoc/v2.0.0-rc.71/bundles/redoc.standalone.js";
const REDOC_SRI = "vc+NHsENYuGU9vp/TGHD7LpxbolVqHECIj3jNEogGs4hh4W49enUAGWYvAJ428m/MdKYPuWQdieoIqyDb5Vgkw==";

function initRedoc() {
const specElem = document.getElementById('spec');
Expand Down

0 comments on commit 776d672

Please sign in to comment.