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