测试同步

This commit is contained in:
2023-02-06 17:43:12 +08:00
parent 9235f1f5ea
commit 4b6fdd5d27
+8
View File
@@ -145,6 +145,14 @@ namespace IRaCIS.Application.Services
return findStr; return findStr;
} }
[AllowAnonymous]
public async Task testwwwww([FromServices] IWebHostEnvironment env)
{
await Task.CompletedTask;
}
[AllowAnonymous] [AllowAnonymous]
public async Task<object> GetEnvironmentName([FromServices] IWebHostEnvironment env) public async Task<object> GetEnvironmentName([FromServices] IWebHostEnvironment env)
{ {