Skip to content

Commit

Permalink
Merge pull request #8889 from swagger-api/ticket-8796
Browse files Browse the repository at this point in the history
ref #8796 - fix html2 request and response schemas
  • Loading branch information
frantuma authored Nov 5, 2018
2 parents f7f86b5 + df41282 commit 9409f83
Show file tree
Hide file tree
Showing 3 changed files with 6,863 additions and 4,434 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
var defs = {}
{{#models}}
{{#model}}
defs.{{name}} = {{{modelJson}}};
defs["{{name}}"] = {{{modelJson}}};
{{/model}}
{{/models}}
</script>
Expand Down
2 changes: 1 addition & 1 deletion samples/html2/.swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0-SNAPSHOT
2.4.0-SNAPSHOT
Loading

0 comments on commit 9409f83

Please sign in to comment.