using Microsoft.AspNetCore.Mvc; namespace ServiceStationRestApi.Controllers { [Route("api/[controller]/[action]")] [ApiController] public class ReportController : Controller { } }