Backend/TCM_API/Authorization/AllowAnonymousAttribute.cs

5 lines
128 B
C#
Raw Normal View History

2025-02-19 20:10:10 +08:00
namespace TCM_API.Authorization;
[AttributeUsage(AttributeTargets.Method)]
public class AllowAnonymousAttribute : Attribute
{ }