forked from loafle/openapi-generator-original
made mvn compliant and also fixed issue sin scala resource template
This commit is contained in:
parent
edf0be71f8
commit
fe70dead59
@ -109,7 +109,7 @@ $if(method.hasResponseValue)$
|
|||||||
$if(method.postObject)$
|
$if(method.postObject)$
|
||||||
val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, postData, headerParams)
|
val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, postData, headerParams)
|
||||||
$else$
|
$else$
|
||||||
val response = apiInvoker.getApiInvoker.invokeAPI(resourcePath, method, queryParams, null, headerParams)
|
val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, null, headerParams)
|
||||||
$endif$
|
$endif$
|
||||||
$else$
|
$else$
|
||||||
$if(method.postObject)$
|
$if(method.postObject)$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user