Merge pull request #2415 from umbraco/temp-U4-10847
Removed authorize attribute from TourControlle
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user