forked from loafle/openapi-generator-original
* Fix that prevented the default version to generate the model files * Add generated samples
This commit is contained in:
parent
16678b8106
commit
1baa5fca45
@ -103,7 +103,7 @@ export class {{classname}} {
|
||||
{{#formParams}}
|
||||
{{#isFile}}
|
||||
reqHasFile = true;
|
||||
formParams = {{paramName}};
|
||||
formParams.append("{{baseName}}", {{paramName}});
|
||||
{{/isFile}}
|
||||
{{^isFile}}
|
||||
{{#isListContainer}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user