stylist / backend / Stylist.Web / Controllers / ApiController.cs
ApiController.cs
Raw
using Microsoft.AspNetCore.Mvc;

namespace Stylist.Web.Controllers
{
    [ApiController]
    public abstract class ApiController : ControllerBase
    { }
}