From 6f39bac32aae15135cf3d37bc8f3ad66cfdf23bc Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 23 Jan 2018 13:47:57 +0100 Subject: [PATCH] Removed authorize attribute from TourControlle --- src/Umbraco.Web/Editors/TourController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web/Editors/TourController.cs b/src/Umbraco.Web/Editors/TourController.cs index b0677ed78e..152879bf5a 100644 --- a/src/Umbraco.Web/Editors/TourController.cs +++ b/src/Umbraco.Web/Editors/TourController.cs @@ -13,7 +13,6 @@ using Constants = Umbraco.Core.Constants; namespace Umbraco.Web.Editors { [PluginController("UmbracoApi")] - [UmbracoApplicationAuthorize(Constants.Applications.Content)] public class TourController : UmbracoAuthorizedJsonController { public IEnumerable GetTours()