forked from loafle/openapi-generator-original
fixed case
This commit is contained in:
parent
5aa4c4c999
commit
b9806c183b
@ -8,7 +8,7 @@ import scala.concurrent.duration._
|
||||
import collection.mutable
|
||||
|
||||
{{#operations}}
|
||||
class {{classname}}(client: TransportClient, config: SwaggerConfig) extends ApiClient(client, config) {
|
||||
class {{className}}(client: TransportClient, config: SwaggerConfig) extends ApiClient(client, config) {
|
||||
|
||||
{{#operation}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user