forked from loafle/openapi-generator-original
Remove the parameter in the BasePath getter
The parameter in the BasePath getter is not needed.
This commit is contained in:
parent
b3db24ead6
commit
43d71ed10c
@ -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