mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +00:00
7 lines
123 B
C#
7 lines
123 B
C#
namespace Api.Helpers;
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class AllowApiKeyAttribute : Attribute
|
|
{
|
|
|
|
} |