Skip to content

Commit d211d5e

Browse files
authored
fix(generator-integration): use HTTPS, always, forever (#1763)
1 parent 238c067 commit d211d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const defaults = {
4848
},
4949
showExtensions: true,
5050
swagger2GeneratorUrl: "https://generator.swagger.io/api/swagger.json",
51-
oas3GeneratorUrl: "http://generator3.swagger.io/api/generator.json"
51+
oas3GeneratorUrl: "https://generator3.swagger.io/api/generator.json"
5252
}
5353

5454
module.exports = function SwaggerEditor(options) {

0 commit comments

Comments
 (0)