测试同步
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user