From d53eb8d2adb6d10ac199f17a272b6b8c12531166 Mon Sep 17 00:00:00 2001 From: weichunjie Date: Fri, 20 May 2022 00:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Blog.Web/Controllers/HomeController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Blog.Web/Controllers/HomeController.cs b/Blog.Web/Controllers/HomeController.cs index 2046f97..bb860d8 100644 --- a/Blog.Web/Controllers/HomeController.cs +++ b/Blog.Web/Controllers/HomeController.cs @@ -11,6 +11,8 @@ using Unity; namespace Blog.Web.Controllers { + + [AllowAnonymous] public class HomeController : Controller { [Dependency] -- GitLab