mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 16:12:49 +00:00
Fix bug in api name placeholder
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user