Moves AddDistributed cache back to being called implicitly, ensures notification handlers are not added twice
This commit is contained in:
@@ -43,6 +43,8 @@ namespace Umbraco.Web.Website.DependencyInjection
|
||||
builder.Services.AddScoped<UmbracoRouteValueTransformer>();
|
||||
builder.Services.AddSingleton<IUmbracoRenderingDefaults, UmbracoRenderingDefaults>();
|
||||
|
||||
builder.AddDistributedCache();
|
||||
|
||||
return builder;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user