Rename GetApplicationUrl
This commit is contained in:
parent
334c1b42a7
commit
0abe1fb659
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace TestTokenCreator.Controllers
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet(Name = "GetApplicationModel")]
|
[HttpGet(Name = "GetApplicationModel")]
|
||||||
public DataModel GetApplicationUrl()
|
public DataModel GetApplicationModel()
|
||||||
{
|
{
|
||||||
return this._applicationModel;
|
return this._applicationModel;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue