forked from loafle/openapi-generator-original
Update api.mustache
This commit is contained in:
parent
454ec4b438
commit
a626dea181
@ -71,7 +71,7 @@ public class {{classname}} {
|
||||
{{#formParams}}
|
||||
{{#notFile}}
|
||||
hasFields = true;
|
||||
mp.field("{{baseName}}", "{{paramName}}", MediaType.MULTIPART_FORM_DATA_TYPE);
|
||||
mp.field("{{baseName}}", {{paramName}}, MediaType.MULTIPART_FORM_DATA_TYPE);
|
||||
{{/notFile}}
|
||||
{{#isFile}}
|
||||
hasFields = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user