Remove dupe Authz attribute

This commit is contained in:
Warren Buckley
2019-09-12 12:07:57 +01:00
parent ba319609f2
commit a5c5a12a00

View File

@@ -35,7 +35,6 @@ namespace Umbraco.Web.Editors
_contentTypeBaseServiceProvider = contentTypeBaseServiceProvider;
}
[UmbracoApplicationAuthorize(Constants.Applications.Content)]
[HttpPost]
public async Task<HttpResponseMessage> UploadImage()
{