aboutsummaryrefslogtreecommitdiffstats
path: root/src/Endpoints/EndpointBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Endpoints/EndpointBase.cs')
-rw-r--r--src/Endpoints/EndpointBase.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Endpoints/EndpointBase.cs b/src/Endpoints/EndpointBase.cs
new file mode 100644
index 0000000..e1b1d3d
--- /dev/null
+++ b/src/Endpoints/EndpointBase.cs
@@ -0,0 +1,6 @@
+using Microsoft.AspNetCore.Mvc;
+
+namespace I2R.LightNews.Endpoints;
+
+public class EndpointBase : ControllerBase
+{ } \ No newline at end of file