Cleanup of different stuff that can be deleted from Umbraco.Web
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -33,7 +33,10 @@ namespace Umbraco.Web.UI.NetCore
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
var umbracoBuilder = services.AddUmbraco(_env, _config);
|
||||
umbracoBuilder.BuildWithAllBackOfficeComponents();
|
||||
umbracoBuilder
|
||||
.WithAllBackOfficeComponents()
|
||||
.WithAllWebsiteComponents()
|
||||
.Build();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user