From d5d6eddfc8236f5fe0eec80a98bfe377fdaa7d43 Mon Sep 17 00:00:00 2001 From: yanghongwei Date: Wed, 2 Apr 2025 00:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 3b6136a..9ff3eee 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -41,7 +41,7 @@ namespace LY.App.Controllers /// 首页 /// /// - [HttpGet("view")] + [HttpGet("index")] public async Task view() { ApiResult result = new ApiResult();