mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
* 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