We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f289c83 commit 94ef3a7Copy full SHA for 94ef3a7
scripts/download_swagger.ts
@@ -20,7 +20,7 @@ async function get_download_url() {
20
return `https://github.com/swagger-api/swagger-ui/archive/refs/tags/${version}.zip`;
21
}
22
23
-const DIST = /swagger-ui-[1-9\.]+\/dist/;
+const DIST = /swagger-ui-[0-9\.]+\/dist/;
24
25
async function unzip(url: string) {
26
const zip_reader = new ZipReader(new HttpReader(url));
0 commit comments