using Microsoft.AspNetCore.Mvc; namespace Mirea.Api.Endpoint.Controllers; [Produces("application/json")] [Route("api/v{version:apiVersion}/[controller]")] [ApiController] public class BaseController : ControllerBase;