forked from loafle/openapi-generator-original
MultipartForm: some more fixing of formating
This commit is contained in:
parent
257d67346c
commit
6c97a9c6c7
@ -84,6 +84,7 @@ class {{classname}}(object):
|
||||
{{#formParams}}
|
||||
if ('{{paramName}}' in params):
|
||||
{{#notFile}}formParams['{{paramName}}'] = params['{{paramName}}']{{/notFile}}{{#isFile}}files['{{paramName}}'] = params['{{paramName}}']{{/isFile}}
|
||||
{{newline}}
|
||||
{{/formParams}}
|
||||
|
||||
{{#bodyParam}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user