Merge pull request #2415 from umbraco/temp-U4-10847

Removed authorize attribute from TourControlle
This commit is contained in:
Warren Buckley
2018-01-23 13:44:52 +00:00
committed by GitHub

View File

@@ -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<BackOfficeTourFile> GetTours()