refactor(ReadHistoryQueryHandler): move to ReadHistoryQuery

This commit is contained in:
2025-11-14 11:33:57 +01:00
parent c3deaae63b
commit 7eff958d0a
3 changed files with 45 additions and 49 deletions

View File

@@ -71,7 +71,7 @@ public class AnnotationController : ControllerBase
return Ok();
}
[Authorize(Roles = ReceiverRole.FullyAuth)]
[HttpPost("reject")]
[Obsolete("Use DigitalData.Core.Exceptions and .Middleware")]