From 842502e82c4ddfea05a5f77c361aaa27f75afc42 Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 26 Oct 2025 22:57:28 +0100 Subject: Refactor db schema and add audits --- api/WhatApi/Endpoints/BaseEndpoint.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'api/WhatApi/Endpoints/BaseEndpoint.cs') 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; -- cgit v1.3