Skip to content

Commit

Permalink
fix(codegen-integration): use swagger.json for Generator 3 URL (swa…
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey authored Jun 12, 2018
1 parent 62ca452 commit d517a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const defaults = {
},
showExtensions: true,
swagger2GeneratorUrl: "https://generator.swagger.io/api/swagger.json",
oas3GeneratorUrl: "https://generator3.swagger.io/api/generator.json"
oas3GeneratorUrl: "https://generator3.swagger.io/api/swagger.json"
}

module.exports = function SwaggerEditor(options) {
Expand Down

0 comments on commit d517a82

Please sign in to comment.