From bd4c2cde617d3b350c33dbf3aa79a5a3d0744dd7 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 9 Nov 2020 10:30:45 +0100 Subject: [PATCH] D'oh.. don't push commented out code as used for testing.. --- src/Umbraco.Web/Editors/LogViewerController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/Editors/LogViewerController.cs b/src/Umbraco.Web/Editors/LogViewerController.cs index 9bdf305946..625c4524bb 100644 --- a/src/Umbraco.Web/Editors/LogViewerController.cs +++ b/src/Umbraco.Web/Editors/LogViewerController.cs @@ -14,7 +14,7 @@ namespace Umbraco.Web.Editors /// Backoffice controller supporting the dashboard for viewing logs with some simple graphs & filtering /// [PluginController("UmbracoApi")] - //[UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)] + [UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)] public class LogViewerController : UmbracoAuthorizedJsonController { private readonly ILogViewer _logViewer;