Files
2025-08-10 22:01:36 +10:00

7 lines
149 B
C#

using System;
namespace FamilyTreeAPI.Authorization;
[AttributeUsage(AttributeTargets.Method)]
public class AllowAnonymousAttribute : Attribute
{ }