PlayerManagement/Api/Helpers/AllowApiKeyAttribute.cs
Tomasi - Developing bafe2cde5a v 0.7.0
2025-02-06 10:44:55 +01:00

7 lines
123 B
C#

namespace Api.Helpers;
[AttributeUsage(AttributeTargets.Method)]
public class AllowApiKeyAttribute : Attribute
{
}