forked from loafle/openapi-generator-original
Fix bug in api name placeholder
This commit is contained in:
parent
5c9afbafb2
commit
30eb1f1075
@ -53,7 +53,7 @@ class RequestBuilder<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func addCredential() -> Self {
|
func addCredential() -> Self {
|
||||||
self.credential = OneteamAPI.credential
|
self.credential = {{projectName}}API.credential
|
||||||
return self
|
return self
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user