测试同步
parent
9235f1f5ea
commit
4b6fdd5d27
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue