Revert "refactor: 移除 ICacheManager 服务代码"
This reverts commit 544441a5fc
.
This commit is contained in:
parent
c4eeda3ae8
commit
760c83457a
|
@ -26,6 +26,9 @@ public static class ApplicationBuilderExtensions
|
|||
builder.UseAuthentication();
|
||||
builder.UseAuthorization();
|
||||
|
||||
// 激活 ICacheManager
|
||||
builder.Services.GetRequiredService<BootstrapAdmin.Caching.ICacheManager>();
|
||||
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue