细节调整
This commit is contained in:
parent
09daad6ae6
commit
d5d6eddfc8
|
|
@ -41,7 +41,7 @@ namespace LY.App.Controllers
|
||||||
/// 首页
|
/// 首页
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpGet("view")]
|
[HttpGet("index")]
|
||||||
public async Task<IActionResult> view()
|
public async Task<IActionResult> view()
|
||||||
{
|
{
|
||||||
ApiResult result = new ApiResult();
|
ApiResult result = new ApiResult();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue