7 lines
214 B
C#
7 lines
214 B
C#
namespace DeepDrftAPI.Middleware
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
|
|
public class ApiKeyAuthorizeAttribute : Attribute
|
|
{
|
|
}
|
|
} |