refactor: 移除 ICacheManager 服务代码

This commit is contained in:
Argo-Lenovo 2022-07-20 14:09:15 +08:00
parent 4686a75744
commit 544441a5fc
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ public static class ApplicationBuilderExtensions
builder.UseAuthentication();
builder.UseAuthorization();
// 激活 ICacheManager
builder.Services.GetRequiredService<BootstrapAdmin.Caching.ICacheManager>();
return builder;
}
}