LoginSys_Hash_demo/JWTdemo/Authorization/AllowAnonymousAttribute.cs
2024-02-19 20:13:35 +08:00

6 lines
142 B
C#

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