using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Hushian.WebApi.Controllers.v1 { [Route("api/v1/[controller]")] [ApiController] public class UserController : ControllerBase { } }