© 2026 Hedgehog Software, LLC
[Route("api/[controller]")] [ApiController] [Authorize(Roles = "Admin")] public class AdminController : ControllerBase
https://localhost:<PORT>/api/Admin/...