D'oh.. don't push commented out code as used for testing..

This commit is contained in:
Sebastiaan Janssen
2020-11-09 10:30:45 +01:00
parent efd9f71897
commit bd4c2cde61

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Web.Editors
/// Backoffice controller supporting the dashboard for viewing logs with some simple graphs & filtering
/// </summary>
[PluginController("UmbracoApi")]
//[UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)]
[UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)]
public class LogViewerController : UmbracoAuthorizedJsonController
{
private readonly ILogViewer _logViewer;