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)$
|
||||
val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, postData, headerParams)
|
||||
$else$
|
||||
val response = apiInvoker.getApiInvoker.invokeAPI(resourcePath, method, queryParams, null, headerParams)
|
||||
val response = apiInvoker.invokeAPI(resourcePath, method, queryParams, null, headerParams)
|
||||
$endif$
|
||||
$else$
|
||||
$if(method.postObject)$
|
||||
|
Loading…
x
Reference in New Issue
Block a user