aboutsummaryrefslogtreecommitdiffstats
path: root/src/Endpoints/EndpointBase.cs
blob: e1b1d3ded0b3772ff97aacbf7117878444bf3871 (plain) (blame)
1
2
3
4
5
6
using Microsoft.AspNetCore.Mvc;

namespace I2R.LightNews.Endpoints;

public class EndpointBase : ControllerBase
{ }