Skip to content

Commit

Permalink
ref #8796 - fix html2 request and response schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Nov 5, 2018
1 parent f7f86b5 commit df41282
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 df41282

Please sign in to comment.