We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451032d commit 6e014b9Copy full SHA for 6e014b9
src/widget.js
@@ -43,7 +43,7 @@ function showFile() {
43
body: JSON.stringify({ oas }),
44
}).then((response) => response.json()).then((data) => {
45
const a = document.createElement("a");
46
- a.href = `https://www.blstsecurity.com/ScanSwagger/${data.scan_id}?tab=Overview&promo=apibrief#${document.location.origin}`;
+ a.href = `https://www.blstsecurity.com/ScanSwagger/${data.scan_id}?tab=Summary&promo=blst#${document.location.origin}`;
47
a.target = "_blank";
48
a.rel = "noopener noreferrer";
49
document.body.appendChild(a);
0 commit comments