forked from loafle/openapi-generator-original
Merge pull request #1213 from LeoYReyes/patch-1
[C#] Api.mustache - Remove the parameter in the BasePath getter
This commit is contained in:
commit
e34063f0f2
@ -68,9 +68,8 @@ namespace {{packageName}}.Api
|
||||
/// <summary>
|
||||
/// Gets the base path of the API client.
|
||||
/// </summary>
|
||||
/// <param name="basePath">The base path</param>
|
||||
/// <value>The base path</value>
|
||||
public String GetBasePath(String basePath)
|
||||
public String GetBasePath()
|
||||
{
|
||||
return this.ApiClient.BasePath;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user