using Microsoft.AspNetCore.Mvc; namespace DotBased.AspNet.Authority.Controllers; [ApiController] [Route("[controller]")] public class AuthorityController : ControllerBase { }