From 919f543cbd8d2209304aa187b8ee2a67d3b8f44d Mon Sep 17 00:00:00 2001 From: Argo-Tianyi Date: Thu, 27 Jan 2022 01:15:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=94=B9=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/BootstrapAdmin.Web/Controllers/api/LoginController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blazor/admin/BootstrapAdmin.Web/Controllers/api/LoginController.cs b/src/blazor/admin/BootstrapAdmin.Web/Controllers/api/LoginController.cs index ab5a70d2..83a34a86 100644 --- a/src/blazor/admin/BootstrapAdmin.Web/Controllers/api/LoginController.cs +++ b/src/blazor/admin/BootstrapAdmin.Web/Controllers/api/LoginController.cs @@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using RouteAttribute = Microsoft.AspNetCore.Mvc.RouteAttribute; -namespace BootstrapAdmin.Web.Controllers.api; +namespace BootstrapAdmin.Web.Controllers.Api; /// ///