remove RequiresAuth property

This commit is contained in:
Pilzinsel64
2025-06-05 09:16:46 +02:00
parent 097847d286
commit 4cb015615a
2 changed files with 1 additions and 2 deletions

View File

@@ -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; }
}