Content API Upgrades

This commit is contained in:
daniel-c-harvey
2025-09-04 19:58:29 -04:00
parent 9de2063ea3
commit 1a9a3271d4
14 changed files with 394 additions and 65 deletions
@@ -0,0 +1,7 @@
namespace DeepDrftContent.Middleware
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class ApiKeyAuthorizeAttribute : Attribute
{
}
}