Skip to content

Commit

Permalink
Update ReDoc version to 2.4.0 (#514)
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 Feb 8, 2025
1 parent 0582ee7 commit 9d95539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion redoc/src/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 redoc/src/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.redoc.ly/redoc/v2.3.0/bundles/redoc.standalone.js";
const REDOC_SRI = "uP/WNSMaIKRsEUDIucMsF8Kl//BMt5nNOjm+5gQsiYkZv40jvR0YahSaARys4z06kdcWGK8r6syDV+1rfiioJQ==";
const REDOC_URL = "https://cdn.redoc.ly/redoc/v2.4.0/bundles/redoc.standalone.js";
const REDOC_SRI = "19LkgAlzgUR7hTjmWmOeli7dh67+5mQw/TLa5e2a06SuVHkJK3sYudrvZLa5cbmYeUmrd0wGdU3wDZpsNP4bYg==";

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

0 comments on commit 9d95539

Please sign in to comment.