From 00d61a5c1b8353c00c60174acd430e1439c253d8 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 23 Oct 2020 17:28:27 +0800 Subject: [PATCH] 1.0.0.20102301 Former-commit-id: c4b393b01241461480f0a0072dfce8dfd409e1f0 Former-commit-id: 2059ac0958433483006cb11b84360b1b185d217d --- projects/IoTCenter/Api/ProjectController.cs | 1 + projects/Version.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/IoTCenter/Api/ProjectController.cs b/projects/IoTCenter/Api/ProjectController.cs index 9e13ed23..b362b478 100644 --- a/projects/IoTCenter/Api/ProjectController.cs +++ b/projects/IoTCenter/Api/ProjectController.cs @@ -57,6 +57,7 @@ namespace IoTCenter.Api.Controllers } [AllowAnonymous] + [HttpGet] public IActionResult CasLogin(string ticket, string home) { var sso = this._settingService.GetSetting("sso")?.Value; diff --git a/projects/Version.cs b/projects/Version.cs index 32175cca..b5688b78 100644 --- a/projects/Version.cs +++ b/projects/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.20102001")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.0.0.20102301")] \ No newline at end of file