using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace ProductionLineMonitor.Web.API { [Route("api/[controller]")] [ApiController] public class ValuesController : ControllerBase { } }