diff options
Diffstat (limited to 'src/Endpoints/EndpointBase.cs')
| -rw-r--r-- | src/Endpoints/EndpointBase.cs | 6 |
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 |
