From 4b6fdd5d27920d1ff13216f1fde3781dfea4e2b3 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Mon, 6 Feb 2023 17:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/TestService.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index 18b1e9fa1..87773a283 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -145,6 +145,14 @@ namespace IRaCIS.Application.Services return findStr; } + + [AllowAnonymous] + public async Task testwwwww([FromServices] IWebHostEnvironment env) + { + await Task.CompletedTask; + } + + [AllowAnonymous] public async Task GetEnvironmentName([FromServices] IWebHostEnvironment env) {