Remove statuscodepages middleware
This commit is contained in:
committed by
Sebastiaan Janssen
parent
7d8a07e703
commit
597d28b399
@@ -92,8 +92,6 @@ namespace Umbraco.Cms.Web.Common.ApplicationBuilder
|
|||||||
{
|
{
|
||||||
UseUmbracoCoreMiddleware();
|
UseUmbracoCoreMiddleware();
|
||||||
|
|
||||||
AppBuilder.UseStatusCodePages();
|
|
||||||
|
|
||||||
// Important we handle image manipulations before the static files, otherwise the querystring is just ignored.
|
// Important we handle image manipulations before the static files, otherwise the querystring is just ignored.
|
||||||
AppBuilder.UseImageSharp();
|
AppBuilder.UseImageSharp();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user