Skip to content

Commit

Permalink
Update ReDoc version to 2.3.0 (#513)
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 Jan 17, 2025
1 parent 25c799e commit b930bdc
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.2.0/bundles/redoc.standalone.js";
const REDOC_SRI = "AdYZ/oLRTas3WZYrZBZWU5mDM8M1ul+j2GQTbX2zLgWFIebTt2+IcMo2jPNd5d9hVbQ4jR0piIswZWOAOifETg==";
const REDOC_URL = "https://cdn.redoc.ly/redoc/v2.3.0/bundles/redoc.standalone.js";
const REDOC_SRI = "uP/WNSMaIKRsEUDIucMsF8Kl//BMt5nNOjm+5gQsiYkZv40jvR0YahSaARys4z06kdcWGK8r6syDV+1rfiioJQ==";

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

0 comments on commit b930bdc

Please sign in to comment.