fix base/rest service - cleanup + new config file
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Text;
|
||||
namespace Umbraco.Web.BaseRest
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
||||
public class RestExtensionMethodAttribute : Attribute
|
||||
public sealed class RestExtensionMethodAttribute : Attribute
|
||||
{
|
||||
public bool AllowAll { get; set; }
|
||||
public string AllowGroup { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user