Refactored to remove Configs

This commit is contained in:
Bjarke Berg
2020-09-10 13:51:59 +02:00
parent 7f89299150
commit a4e5029912
45 changed files with 334 additions and 554 deletions

View File

@@ -18,7 +18,7 @@ namespace Umbraco.Web.BackOffice.Controllers
[UmbracoAuthorize]
[DisableBrowserCache]
[UmbracoWebApiRequireHttps]
//[CheckIfUserTicketDataIsStale] //TODO reintroduce
[CheckIfUserTicketDataIsStale]
//[UnhandedExceptionLoggerConfiguration] //TODO reintroduce
//[EnableDetailedErrors] //TODO reintroduce
public abstract class UmbracoAuthorizedApiController : UmbracoApiController