remove RequiresAuth property
This commit is contained in:
@@ -11,5 +11,4 @@ public class ApiMessageHandlerAttribute(string route, params string[] methods) :
|
||||
public string Route { get; } = route;
|
||||
public string[] Methods { get; } = methods;
|
||||
public Type? Serializer { get; set; }
|
||||
public bool RequiesAuth { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user