v14: Remove mentions of UmbracoApiController (#15863)
* Remove mentions of UmbracoApiController * Remove last mentions of UmbracoApi controller
This commit is contained in:
@@ -290,10 +290,6 @@ public static partial class UmbracoBuilderExtensions
|
||||
builder.Services.AddUnique<IUmbracoContextFactory, UmbracoContextFactory>();
|
||||
builder.Services.AddUnique<IBackOfficeSecurityAccessor, BackOfficeSecurityAccessor>();
|
||||
|
||||
var umbracoApiControllerTypes = builder.TypeLoader.GetUmbracoApiControllers().ToList();
|
||||
builder.WithCollectionBuilder<UmbracoApiControllerTypeCollectionBuilder>()
|
||||
.Add(umbracoApiControllerTypes);
|
||||
|
||||
builder.Services.AddSingleton<UmbracoRequestLoggingMiddleware>();
|
||||
builder.Services.AddSingleton<PreviewAuthenticationMiddleware>();
|
||||
builder.Services.AddSingleton<UmbracoRequestMiddleware>();
|
||||
|
||||
Reference in New Issue
Block a user