Skip to content

Commit

Permalink
Merge pull request #111 from networknt/web-ui-generate
Browse files Browse the repository at this point in the history
fix request schema for generate request
  • Loading branch information
stevehu authored Mar 10, 2018
2 parents a59f152 + b2c30de commit 024df9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions codegen-web/view/src/AppActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ class AppActions {
service: AppActions.API_SERVICE,
action: "generate",
version: AppActions.API_VERSION,
generators: [
{
framework: framework,
model: model,
config: config
}
]
data: {
generators: [{
framework: framework,
model: model,
config: config
}]
}
}}
}

Expand Down

0 comments on commit 024df9c

Please sign in to comment.