removes ResponseStatusDescription and others that aren't used, ports the not found handler, ports redirects, headers, etc...
This commit is contained in:
@@ -37,9 +37,6 @@ namespace Umbraco.Extensions
|
||||
{
|
||||
app.UseEndpoints(endpoints =>
|
||||
{
|
||||
NoContentRoutes noContentRoutes = app.ApplicationServices.GetRequiredService<NoContentRoutes>();
|
||||
noContentRoutes.CreateRoutes(endpoints);
|
||||
|
||||
endpoints.MapDynamicControllerRoute<UmbracoRouteValueTransformer>("/{**slug}");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user