Skip to content

Commit

Permalink
Update ReDoc version to 2.0.0-rc.54 (#67)
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] committed Jun 12, 2021
1 parent 4dbddcf commit 787aacb
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/[email protected].53/bundles/redoc.standalone.js";
const REDOC_SRI = "FAbK/5MuJ1fv6AUK+Cjrnnx8lj5Ym7TJmxv7Lli/o44Dlm5z/bF5UDQin+INTbR77xU2r5+gm7OKPG1blrBCZA==";
const REDOC_URL = "https://cdn.jsdelivr.net/npm/[email protected].54/bundles/redoc.standalone.js";
const REDOC_SRI = "yaDszCSC9zPF3ej16+xmB67O/VIiyAJXLHJb2l35OV+dznRMS94vK1nCjHtGHY/CSeaAYj1q/GmLK5elgF9d8A==";

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

0 comments on commit 787aacb

Please sign in to comment.