summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Endpoints/BaseEndpoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'api/WhatApi/Endpoints/BaseEndpoint.cs')
-rw-r--r--api/WhatApi/Endpoints/BaseEndpoint.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/WhatApi/Endpoints/BaseEndpoint.cs b/api/WhatApi/Endpoints/BaseEndpoint.cs
index 4d8f9ad..1fdf14f 100644
--- a/api/WhatApi/Endpoints/BaseEndpoint.cs
+++ b/api/WhatApi/Endpoints/BaseEndpoint.cs
@@ -1,5 +1,4 @@
using System.Net;
-using Microsoft.AspNetCore.Mvc;
namespace WhatApi.Endpoints;