细节调整

This commit is contained in:
yanghongwei 2025-04-02 00:05:41 +08:00
parent 09daad6ae6
commit d5d6eddfc8
1 changed files with 1 additions and 1 deletions

View File

@ -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();